From owner-freebsd-questions Tue Dec 28 10:15:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.iss.net (loki.iss.net [208.21.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 81AC614A20 for ; Tue, 28 Dec 1999 10:15:35 -0800 (PST) (envelope-from andrew@networkcomputerz.com) Received: from networkcomputerz.com (isdndial47.iss.net [208.21.1.47] (may be forged)) by loki.iss.net (8.9.3/8.9.3) with ESMTP id OAA04097 for ; Tue, 28 Dec 1999 14:22:13 -0500 Message-ID: <3868FE3C.E9D19062@networkcomputerz.com> Date: Tue, 28 Dec 1999 13:15:24 -0500 From: Andrew Otwell Organization: Network Computerz X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Missing library for OpenSSH port - FIXED References: <199912070212.VAA52628@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "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