Problem Making BIND 9.2.1 on Solaris 5.6

Kevin Darcy kcd at daimlerchrysler.com
Tue May 7 19:26:49 UTC 2002


Barry Finkel wrote:

> I am trying to build BIND 9.2.1 on Solaris 5.6.

(I assume you mean either Solaris 2.6 or SunOS 5.6...)

> I had no problem with
> "./configure".  I get these lines before the "make" terminates:
> (I hope the long lines do not get mangled in transmission.)
> ======
> make[2]: Leaving directory `/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib/isccc'
> making all in /afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib/dns
> make[2]: Entering directory `/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib/dns'
> /usr/afsws/local/bin/cc  -g -I/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1 -I. -I/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib/dns/include -I../../lib/dns/include -I../../lib/dns/sec/dst/include -I/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib/isc/include -I../../lib/isc -I../../lib/isc/include -I../../lib/isc/unix/include -I../../lib/isc/nothreads/include        -o gen ./gen.c -lnsl -lsocket
> ld.so.1: /usr/ccs/bin/ld: fatal: liblddbg.so.3: open failed: No such file or directory
> cc: Fatal error in /usr/ccs/bin/ld : Killed
> make[2]: *** [gen] Error 9
> make[2]: Leaving directory `/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib/dns'
> make[1]: *** [subdirs] Error 1
> make[1]: Leaving directory `/afs/anl.gov/usr/ctd/b19141/bind921/bind-9.2.1/lib'
> make: *** [subdirs] Error 1
> apollo%
> ======
> The complaint is about
>
>      liblddbg.so.3
>
> But that library does exist:
>
> apollo% ls -al /usr/ccs/lib/liblddbg.so.3
> -rwxr-xr-x   1 bin      bin        74556 Jul 15  1997 /usr/ccs/lib/liblddbg.so.3
> apollo%
>
> I had no trouble building 9.2.0 on the same machine.  Is there something
> I am doing wrong?  Thanks.

Does your "cc" know to look for libraries in /usr/ccs/lib?

FWIW, I looked at a couple of my 2.6 boxes and they have a /usr/ccs/lib/liblddbg.so.4 -- rather than .so.3 -- and this is just a symlink to /usr/lib/liblddbg.so.4.  These are revs 101581-14 and 101581-20 (i.e. patchlevels 14 and 20).

                                                                                                                                    - Kevin




More information about the bind-users mailing list