From owner-freebsd-questions Mon Dec 6 18: 8:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 51E1F1510C for ; Mon, 6 Dec 1999 18:08:07 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA52628; Mon, 6 Dec 1999 21:12:10 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912070212.VAA52628@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Missing library for OpenSSH port In-Reply-To: <199912061738.LAA34328@physics.angelo.edu> from Charlie Root at "Dec 6, 1999 11:38:56 am" To: root@physics.angelo.edu (Charlie Root) Date: Mon, 6 Dec 1999 21:12:10 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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