View Single Post
  #1   (View Single Post)  
Old 19th March 2009
nullpointer nullpointer is offline
New User
 
Join Date: Mar 2009
Location: manila
Posts: 4
Default chrooting bitchx

Hi,

Im having a problem chrooting bitchx
I run ldd to list object dependecies that bitchx are using

ldd `whereis BitchX`

/usr/local/bin/BitchX
/usr/lib/libcrypto.so.14.0
/usr/lib/libm.so.3.0
/usr/lib/libncurses.so.10.0
/usr/lib/libssl.so.48.0
/usr/libexec/ld.so

and copied it (as root) to my chrooted directory, cp /dev/MAKEDEV to chroot dev directory,
change to /chrooted/dev and execute sh MAKEDEV all
then

$ sudo chroot /chrooted/ /bin/sh

but when I try to run BitchX. Im still having some error

# BitchX
Version (BitchX-1.0c18)
Process[17200]
Using terminal type [vt220]
setupterm failed: -1
so we'll be running in dumb mode...

I think I've created all the dependencies and all the dev files.
any suggestions? did I miss something? thank's in advance!
Reply With Quote