Run ldd on ls. For example, ldd /bin/ls (you need the absolute path)
You should get output like: libc.so.6 => /lib/libc.so.6 (0x4000f000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Copy the the libraries from the ldd output to ~ftp/lib, or wherever the above libraries are relative to root (i.e. if in /usr/lib, copy to ~ftp/usr/lib). Make sure the libraries have a+rx permissions. Good luck. -Ossama ______________________________________________________________________ Ossama Othman <[EMAIL PROTECTED]> --- PGP Keys --- Public: http://astrosun.tn.cornell.edu/staff/othman/OO_PUBLIC.asc REVOKED: http://astrosun.tn.cornell.edu/staff/othman/OO_REVOKED.asc -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .