On Mon, Jul 18, 2011 at 05:19:35PM +0200, Gábor Lénárt wrote: [...]
> However, I am still having problems to get the "old behaviour". How can I > compile unbound to link against libldns statically? I couldn't figure out > without ugly hacks (see my previous mail), it seems even > "--enable-static-exe" does not work (and also it sounds a bit "dangerous" > when help of the configure script talks about "for debug purposes"), ldns > is still linked dynamically, at least output of ldd on unbound binary > shows libldns too. Build but _not_ install ldns <somewhere> with the configure option --disable-shared. After that configure unbound to use your just built ldns with --with-ldsn=<somewhere>, thats all ;) best regards Juergen -- Juergen Daubert | mailto:[email protected] Korb, Germany | http://jue.li/crux _______________________________________________ Unbound-users mailing list [email protected] http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
