jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] jk_init -v -j /home/jailkit sftp scp returns ldconfi


From: Olivier Sessink
Subject: Re: [Jailkit-users] jk_init -v -j /home/jailkit sftp scp returns ldconfig can't open /etc/ld.so.conf - why???
Date: Fri, 25 Jan 2008 22:24:29 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

address@hidden wrote:
> Hello,
> 
> I am trying to setup scp and sftp only:
> 
> I run:
> 
> jk_init -v -j /home/jailkit sftp scp
> 
> It runs, then at the very end I get:
> 
> ldconfig: Can't open configuration file /etc/ld.so.conf: No such file or
> directory
> 
> I do have a ld.so.conf file in /etc

ldconfig is running in the jail (not in the real /etc/), so for some
reason your /etc/ld.so.conf is not copied to the <jail>/etc/.

just manually copy it there
`jk_cp -j <jail> /etc/ld.so.conf`

Olivier




reply via email to

[Prev in Thread] Current Thread [Next in Thread]