Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 13:15:24 -0500
From:      Andrew Otwell <andrew@networkcomputerz.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Missing library for OpenSSH port - FIXED
Message-ID:  <3868FE3C.E9D19062@networkcomputerz.com>
References:  <199912070212.VAA52628@cc942873-a.ewndsr1.nj.home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Crist J. Clark" wrote:
> 
> Charlie Root wrote,
> > Hello all,
> >
> > I have installed rsaref-2.0, openssl-0.9.2b from the port
> > collection at ftp.freebsd.org.  When I try to install
> > openssh-1.2 from the same site, I get the following error
> >
> > Missing shared library: crypto.1
> >
> > and openssh exits.  Where can I find the library?
> 
> The library should have been installed by the installation of
> OpenSSL. You did install OpenSSL by doing the following,
> 
> # cd /usr/ports/security/openssl
> # make
> # make install
> 
> Correct?
> 
> Check if the file, /usr/local/lib/libcrypto.so.1 exists. If it does,
> check that /usr/local/lib is in your ldconfig(8) cache,
> 
> # ldconfig -r | grep crypto
> 
> If not, do a,
> 
> # ldconfig -m /usr/local/lib
> 
> HTH.
> 
> Oh, and you probably should not use root for sending and receiving
> email.
> --
> Crist J. Clark                           cjclark@home.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

I Successfully installed OpenSSH 1.2.1 on 3.3-stable via:

1. down openssh.tar, openssl.tar, and rsaref.tar from 
http://www.freebsd.org/ports/security.html, 

2. make deinstall for both /usr/ports/security/rsaref and /usr/ports/security/openssl 

3. rm -rf /usr/ports/security/rsarefxxx, opensslxxxx, opensshxxx

4. untar the 3 downloaded files

5. move them under /usr/ports/security/rsarefxx | opensshxxxx | opensslxxx

6. cd /usr/ports/security/openssh/ ; make ; make all install

7. voila! - tune keys and paths to your taste


-- 
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Andrew T. Otwell, Network Administrator
 andrew@networkcomputerz.com, 678.363.8491
 http://www.NetworkComputerz.com
 yank PGP DSS key from hkp://pgpkeys.mit.edu
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3868FE3C.E9D19062>