|
From: Nejedlo, M. <Mar...@td...> - 2012-05-07 18:06:36
|
I am running into build errors when I try to build libpki. Configure and make run fine until it reaches: libtool: link: gcc -g -O2 -fstack-check -maccumulate-outgoing-args -Wl,-rpath -Wl_tool-pki-tool.o -L/usr ../.libs/libpki.so -L/usr/kerberos/lib64 -lpthread -lrt -lresolv -Wl,-rpath -Wl,/opt/libpki-0.6.7/lib64 at which point the following errors are thrown: ../.libs/libpki.so: undefined reference to `__ns_initparse' ../.libs/libpki.so: undefined reference to `__ns_name_uncompress' ../.libs/libpki.so: undefined reference to `__ns_parserr' Google tells me that these are internal functions of libresolv and aren't exported. Any ideas how to work around this? I am building on RedHat Enterprise 5.6 for x86_64. Mark |