compile error bind-9.7.2-P3 osx 10.5.8 ppc

Mark Andrews marka at isc.org
Wed Feb 9 05:11:27 UTC 2011


In message <74303900-B549-4BD3-A4ED-E7AE8F83837C at beth.k12.pa.us>, donovan jeffr
ey j writes:
> greetings
> 
> i was able to update ssl to OpenSSL 1.0.0c 2 Dec 2010
> when i try and recompile bind I get an error on make
> 
> Undefined symbols:
>   "_RSA_generate_key_ex", referenced from:
>       _opensslrsa_generate in libdns.a(opensslrsa_link.o)
>   "_DSA_generate_parameters_ex", referenced from:
>       _openssldsa_generate in libdns.a(openssldsa_link.o)
>   "_DH_generate_parameters_ex", referenced from:
>       _openssldh_generate in libdns.a(openssldh_link.o)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[2]: *** [named] Error 1
> make[1]: *** [subdirs] Error 1
> make: *** [subdirs] Error 1

Make sure you build shared libraries when you build openssl.  OSX's
linker prefers shared libraries over static libraries and as the
system's libraries are shared the static ones are skipped.

> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org



More information about the bind-users mailing list