Hi

Just downloaded the source code for Bind 9.9.7P1 and was trying to compile on 
Sparc based Solaris 10....but for some reason get the following errors when I 
run make.

Have done this multiple times on Sparc Based Solaris 10 with the previous 
versions of Bind.

Was wondering whether I am missing some setting  on my Solaris 10 server or has 
anything changed?

Any help would be appreciated.

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

Reply via email to