Looked at the config.log file....and see the following messages which to me look like linker errors....is that the reason for the compile failure?
Few weeks back I was able to successfully compile 9.9.7 on the same machine....so not sure what is changed or broken on the system. This is the first time I have encountered this compile error. Hoping someone can point me in the correct direction. Thanks Sandeep Posting some of the messages from the file..... Undefined first referenced symbol in file setresgid /var/tmp//ccUAZQW6.o ld: fatal: symbol referencing errors. No output written to conftest Undefined first referenced symbol in file kqueue /var/tmp//cceCnc1l.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status Undefined first referenced symbol in file EVP_sha384 /var/tmp//ccgPa8FC.o ld: fatal: symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:14317: sparc-sun-solaris2.10-gcc -o conftest -g -O2 -I/usr/include -D_XPG4_2 -D__EXTENSIONS__ conftest.c -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv >&5 ld: fatal: library -lgssapi_krb5: not found ld: fatal: library -lk5crypto: not found ld: fatal: library -lcom_err: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status configure:14296: checking linking as -lgssapi configure:14317: sparc-sun-solaris2.10-gcc -o conftest -g -O2 -I/usr/include -D_XPG4_2 -D__EXTENSIONS__ conftest.c -lgssapi >&5 ld: fatal: library -lgssapi: not found ld: fatal: file processing errors. No output written to conftest collect2: ld returned 1 exit status From: Bhangui, Sandeep - BLS CTR Sent: Wednesday, July 29, 2015 9:34 AM To: 'bind-users@lists.isc.org' Subject: Compile Error for Bind 9.9.7P2 on Sparc based Solaris 10 Hi Just found that ISC has released Bind 9.9.7P2 so downloaded that since I had issues yesterday compiling P1 on Sparc based Solaris 10 ( M3000) Get the same error when I run the make with 9.9.7P2 on sparc based Solaris 10 (M3000) . Looks like configure runs ok. Have done this successfully multiple times on Sparc Based Solaris 10 with the previous versions of Bind. Obviously looks like I am missing something here....or has anything changed ? Any help would be appreciated as I am at a loss. Thanks Sandeep tbl.pl -o named-symtbl2.c namedtmp2; done ; mv namedtmp2 named; rm -f namedtmp0 namedtmp1 namedtmp2 named-symtbl2.c; fi Undefined first referenced symbol in file RSA_generate_key_ex ../../lib/dns/libdns.a(opensslrsa_link.o) DSA_generate_parameters_ex ../../lib/dns/libdns.a(openssldsa_link.o) DH_generate_parameters_ex ../../lib/dns/libdns.a(openssldh_link.o) ld: fatal: symbol referencing errors. No output written to namedtmp0 collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `named' Current working directory /adminfiles/solaris10/Bind997P1/bind-9.9.7-P1/bin/named *** Error code 1 The following command caused the error: for i in named rndc dig dnssec tools tests nsupdate check confgen python nulldir; do \ if [ "$i" != "nulldir" -a -d $i ]; then \ echo "making all in `pwd`/$i"; \ (cd $i; make DESTDIR="" all) || exit 1; \ fi; \ done make: Fatal error: Command failed for target `subdirs' Current working directory /adminfiles/solaris10/Bind997P1/bind-9.9.7-P1/bin *** Error code 1 The following command caused the error: for i in make unit lib bin doc nulldir; do \ if [ "$i" != "nulldir" -a -d $i ]; then \ echo "making all in `pwd`/$i"; \ (cd $i; make DESTDIR="" all) || exit 1; \ fi; \ done make: Fatal error: Command failed for target `subdirs'
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users