Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Chrooting Apache
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:Doesn't work on debian 3.1 (sarge)
Posted by: Administrator on November 03, 2006 01:53 AMThe problem is the lack of some libraries from the shell
The solution is to check the libraries necessary by the shell
ldd<nobr> <wbr></nobr>/bin/sh
linux-gate.so.1 => (0xffffe000)
libreadline.so.5 =><nobr> <wbr></nobr>/lib/libreadline.so.5 (0xb7eea000)
libhistory.so.5 =><nobr> <wbr></nobr>/lib/libhistory.so.5 (0xb7ee3000)
libncurses.so.5 =><nobr> <wbr></nobr>/lib/libncurses.so.5 (0xb7e9c000)
libdl.so.2 =><nobr> <wbr></nobr>/lib/libdl.so.2 (0xb7e98000)
libc.so.6 =><nobr> <wbr></nobr>/lib/libc.so.6 (0xb7d77000)<nobr> <wbr></nobr>/lib/ld-linux.so.2 (0xb7f42000)
and then to pass all of them to the<nobr> <wbr></nobr>/chroot/httpd/lib
Jorge de Jesus
#