View Single Post
  #1   (View Single Post)  
Old 18th June 2008
jploh jploh is offline
New User
 
Join Date: Jun 2008
Posts: 2
Default Can't use bash on chroot'd openssh environment

Hi,

I'm trying to create a chroot'd openssh environment. Using sh is fine but when I tried bash (and other programs), I get the following output.

Code:
/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "-bash"
Original Location: /usr/local/lib/libintl.so.8
Chroot: /data/jail
Copied File Location: /data/jail/usr/local/lib/libintl.so.8

I copied it manually and tried using jk_cp of jailkit but both produced same results. My hunch is that I need to create some devices that linbintl.so.8 depend on (I don't know how and which one).

TIA!
Reply With Quote