Re: OpenSSH & OpenSSL directory location problem.

From: Greg Wooledge (wooledg@eeg.ccf.org)
Date: 02/03/03

  • Next message: Roumen.Petrov@skalasoft.com: "Re: Does OpenSSH support X.509 Certificate format?"
    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.



    Relevant Pages

    • Re: OpenSSH & OpenSSL directory location problem.
      ... Greg Wooledge wrote: ... The daemon (sshd) works fine with no errors of the sort. ... when doing an SCP I get the error as defined above. ... >You did "ldd `which sshd`" twice, but you didn't show us what ldd ...
      (SSH)
    • SSH between computers on LAN
      ... I ssh to it from my laptop with Intrepid. ... I read where a guy was using "scp" to transfer files but his router ... don't have sshd set up on the laptop. ...
      (Ubuntu)
    • Re: scp
      ... i need to do a script to copy a file from a remote machine via scp with ... scp new_key.pub to user@remote_host ... to sshd whenever you change sshd_config. ... Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org ...
      (freebsd-questions)
    • Re: works scp over sftp?
      ... >]Does it use the sftp subsystem of sshd or does it only use the base ... >]functionality of the ssh deamon? ... The "scp" command in ssh.com's Protocol ...
      (comp.security.ssh)
    • OpenSSH & OpenSSL directory location problem.
      ... scp does not work with custom openssl library location ... OpenSSH & OpenSSL directory location problem. ... scp: error while loading shared libraries: libcrypto.so.0.9.6: cannot open ... The daemon (sshd) works fine with no errors of the sort. ...
      (SSH)