View Single Post
  #3  
Old 12-05-2005, 01:54 PM
zoom zoom is offline
Senior Member
 
Join Date: Nov 2005
Posts: 92
Thanks mistwang,
I was able to get it installed correctly into the chroot'd directory. Having some problems getting it to execute the lsphp fastcgi binary. I checked to see what shared libs it might be using and put those into the chroot'd area as well, still no luck. Does it require some additional libs???


ldd lsphp reports the following libs are needed by lsphp.

Quote:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40026000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40053000)
libm.so.6 => /lib/tls/libm.so.6 (0x40065000)
libdl.so.2 => /lib/libdl.so.2 (0x40088000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4008c000)
libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Error in the stderr.log:

Code:
lsphp: error while loading shared libraries: libresolv.so.2: cannot open shared object file: No such file or directory
Reply With Quote