Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bind start/ Path problem

Status
Not open for further replies.

ndog4ever

MIS
Feb 6, 2002
92
0
0
US
i have bind installed in the chroot environment. bind starts ok, or at least it seems to, then i get the following error. " named-xfer: Cannot find /usr/lib/ld.so.1 " I added that /usr/lib to my .cshrc, but that didnt fix the problem. Is there something i am missing here? Any ideas would greatly be appreciated, I am at a loss for the moment.

Thanks,

Nate
 
You either need to rebuild bind staticly linked or copy ld.so.1 (and probably several other libraries) to your chroot jail.

You can use ldd to determine which additional libraries you will need to copy.

Cheers

man(1) is your friend
 
I did a ldd on both named and named-xfer. The following is from named-xfer

libl.so.1 => /usr/lib/libl.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1

there isnt any reference at all to /usr/lib/ld.so.1 Does that mean I need to add a symbolic link, change something in my bind configuration? thanks for the help so far.

Nate
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top