|
From: | Koshy Abraham |
Subject: | Re: [Jailkit-users] jailkit problem with jk_jailuser on Redhat Enterprise Linux 3 |
Date: | Tue, 20 Jun 2006 17:01:54 +0100 |
User-agent: | Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) |
Olivier Sessink wrote:
ssh works.then I think the problem must be in the sftp-server executable, what are its permissions? what libraries does it need? Are all libraries copied?Olivier
I have now managed to get 'sftp' working. I tracked down the problem using 'strace'.
The missing libraries were: libkrb5.so.3 libk5crypto.so.3 libcom_err.so.3 libgssapi_krb5.so.2However, they were already in the jails '/usr/kerberos/lib' directory. I copied them to the the jails '/lib' directory and sftp works. Using strace I discovered that while loading the sftp server it only checks in '/lib/tls', '/lib' and '/usr/lib' for the libraries.
Is there any way to make it read from '/usr/kerberos/lib' directory? Thanks to Olivier and Mike for your help. Regards Koshy ---
[Prev in Thread] | Current Thread | [Next in Thread] |