On Wed, Mar 24, 2010 at 16:43, Stephane Bortzmeyer <[email protected]> wrote: > On Wed, Mar 24, 2010 at 03:29:16PM +0100, > Ond?ej Surı <[email protected]> wrote > a message of 42 lines which said: > >> could you try not using ld.gold? This could be cause of your problems. > > Yes, it was. 'aptitude remove binutils-gold hardening-wrapper' solved > the problem. Thanks but now, the real question: why?
Hardening-wrapper should be fine, but binutils-gold are quite picky when linking. I think this line: libtool: link: gcc -std=c99 -g -O2 -pedantic -Wall -Wextra -o .libs/ods-hsmutil hsmutil.o hsmtest.o ./.libs/libhsm.so -ldl misses -lldns and apparently ods-hsmutil uses some of ldns symbols. Ondrej -- Ondřej Surý <[email protected]> http://blog.rfc1925.org/ _______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
