Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: MrNevaj on August 19, 2008, 09:28:13 PM

Title: Jailkit issue error:ldconfig can not open /etc/ld.so.conf
Post by: MrNevaj on August 19, 2008, 09:28:13 PM
OS: Gnu/Linux
Platform: x86
Distro: Centos 5.1
goal: SFTP with jailed users

Ok when running jk_init /opt/jail sftp scp

It gives me the error ldconfig can not open /etc/ld.so.conf
I looked at the files listed in ld.so.conf and it is a wildcard /etc/ld.so.donf.d/*

Has any one run in to this and gotten past it?

Title: Re: Jailkit issue error:ldconfig can not open /etc/ld.so.conf
Post by: aktiwari4u on August 20, 2008, 06:37:13 AM
if i am not mistaken then the wild card entry should be /etc/ld.so.conf.d/* in place of /etc/ld.so.donf.d/* . as it has a folder there from where it may get extra config files
Title: Re: Jailkit issue error:ldconfig can not open /etc/ld.so.conf
Post by: MrNevaj on August 21, 2008, 02:20:08 AM
That was a type-o on my part the path in the conf file is correct
Title: Re: Jailkit issue error:ldconfig can not open /etc/ld.so.conf
Post by: aktiwari4u on August 28, 2008, 12:07:21 PM
you need to provide the librery path of the SFTP with jailed users in ld.so.conf file and reload it or  you may add a conf file in the ld.so.conf directory for the SFTP librery .