Compiling BIND 9.4.2-P2

Mark Andrews Mark_Andrews at isc.org
Wed Jul 9 22:34:48 UTC 2008


> Hi List,
> I am trying to compile the latest Version with openssl-0.9.8h like this:
> 
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
> --mandir=/usr/share/man --with-openssl=yes --with-libtool --disable-ipv6 
> --enable-threads
> 
> No complaining while running ./configure but when running make:
> 
> ../../lib/dns/.libs/libdns.so: undefined reference to 
> `DH_generate_parameters_ex'
> ../../lib/dns/.libs/libdns.so: undefined reference to 
> `DSA_generate_parameters_ex'
> ../../lib/dns/.libs/libdns.so: undefined reference to `RSA_generate_key_ex'
> collect2: ld returned 1 exit status
> make[2]: *** [named] Error 1
> make[2]: Leaving directory `/tmp/bind-9.4.2-P1/bin/named'
> make[1]: *** [subdirs] Error 1
> make[1]: Leaving directory `/tmp/bind-9.4.2-P1/bin'
> make: *** [subdirs] Error 1
> 
> 
> OS is SUSE SLES 9 openssl libs installed in /usr/include/openssl and 
> binaries in /usr/ssl.
> 
> 
> Regards
> 
> Holger

	You have mismatch between header files and the library.

		0.9.8 headers and 0.9.7 libcrypto.
 
	Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org


More information about the bind-users mailing list