Re: OpenSSH & OpenSSL directory location problem.
From: Greg Wooledge (wooledg@eeg.ccf.org)
Date: 02/03/03
- Previous message: Chris Macneill: "RE: ssh authentication with RSA SECURID"
- In reply to: jpiszcz: "OpenSSH & OpenSSL directory location problem."
- Next in thread: jpiszcz: "Re: OpenSSH & OpenSSL directory location problem."
- Reply: jpiszcz: "Re: OpenSSH & OpenSSL directory location problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 3 Feb 2003 12:29:10 -0500 From: Greg Wooledge <wooledg@eeg.ccf.org> To: secureshell@securityfocus.com
On Fri, Jan 31, 2003 at 02:19:56PM -0500, jpiszcz wrote:
> Host: i686-pc-linux-gnu
> scp: error while loading shared libraries: libcrypto.so.0.9.6: cannot open
> Why is this? The daemon (sshd) works fine with no errors of the sort.
> Yet, when doing an SCP I get the error as defined above.
> war@p300:~$ echo $LD_LIBRARY_PATH
> /vapp/lib:/lib:/usr/lib:/usr/X11R6/lib
So, you don't have /vapp/lib in /etc/ld.so.conf? If your scp is setuid
then it won't respect the $LD_LIBRARY_PATH variable. If you have root
on this system, I'd suggest just putting /vapp/lib into /etc/ld.so.conf
and running ldconfig.
You did "ldd `which sshd`" twice, but you didn't show us what ldd
says for scp. Also, it might be helpful to see the permissions on
scp.
- Next message: Roumen.Petrov@skalasoft.com: "Re: Does OpenSSH support X.509 Certificate format?"
- Previous message: Chris Macneill: "RE: ssh authentication with RSA SECURID"
- In reply to: jpiszcz: "OpenSSH & OpenSSL directory location problem."
- Next in thread: jpiszcz: "Re: OpenSSH & OpenSSL directory location problem."
- Reply: jpiszcz: "Re: OpenSSH & OpenSSL directory location problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|