Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 1999 21:12:10 -0500 (EST)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        root@physics.angelo.edu (Charlie Root)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Missing library for OpenSSH port
Message-ID:  <199912070212.VAA52628@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <199912061738.LAA34328@physics.angelo.edu> from Charlie Root at "Dec 6, 1999 11:38:56 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




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