From owner-freebsd-questions Wed Jan 10 22:19:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sendmail.aapt.com.au (unknown [203.14.180.201]) by hub.freebsd.org (Postfix) with ESMTP id F373437B402 for ; Wed, 10 Jan 2001 22:19:06 -0800 (PST) Received: from aaptmailmta.aapt.com.au (aaptmailmta.aapt.com.au [172.19.200.36]) by sendmail.aapt.com.au (2.6 Build 1 (Berkeley 8.8.6)/8.8.4) with SMTP id RAA23201 for ; Thu, 11 Jan 2001 17:15:20 +1100 Received: from SydDom1-Message_Server by aaptmailmta.aapt.com.au with Novell_GroupWise; Thu, 11 Jan 2001 17:20:24 +1100 Message-Id: X-Mailer: Novell GroupWise 5.5.4 Date: Thu, 11 Jan 2001 17:20:10 +1100 From: "Richard Grace" To: Subject: OpenSSH 2.2.0 on FreeBSD 2.2 STABLE Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G'day all, I've tried a few times to install the OpenSSL and OpenSSH ports (from the = current ports tree) but don't seem to be getting very far. OpenSSL installs, but there is no libcrypto.so, just libcrypto.a, and = there is nothing in /usr/local/openssl/lib. OpenSSH can't find the crypto = library, so I assume it is looking for the shared lib, which is not = installed. Does anyone have any ideas why this is not working? Or why OpenSSL does = not install shared libs? The uname, port Makefile version IDs, OpenSSL version, and make output are = listed below. Thanks, Richard Grace. ----8<---- $ uname -a FreeBSD freebsd 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Thu Jan 11 20:56:30 = EST 2001 root@freebsd.vicone.net.au:/usr/src/sys/compile/GENERIC i386 $ grep '$Free' /usr/ports/security/openssl/Makefile # $FreeBSD: ports/security/openssl/Makefile,v 1.48 2000/10/08 10:22:52 = asami Exp $ $ grep '$Free' /usr/ports/security/openssh/Makefile # $FreeBSD: ports/security/openssh/Makefile,v 1.56 2000/11/04 23:04:20 = green Exp $ $ cd /usr/ports/security/openssh && make =3D=3D=3D> Extracting for OpenSSH-2.2.0 >> Checksum OK for openssh-2.2.0.tgz. =3D=3D=3D> OpenSSH-2.2.0 depends on shared library: crypto.1 - not found =3D=3D=3D> Verifying install for crypto.1 in /usr/ports/security/openssl= =3D=3D=3D> Returning to build of OpenSSH-2.2.0 Error: shared library "crypto.1" does not exist *** Error code 1 =20 Stop. *** Error code 1 =20 Stop. *** Error code 1 =20 Stop. *** Error code 1 =20 Stop. *** Error code 1 =20 Stop. *** Error code 1 =20 Stop. $ ls -ld /var/db/pkg/openssl* drwxr-xr-x 2 root bin 512 Jan 12 03:44 /var/db/pkg/openssl-0.9.5a_1 $ ls -l /usr/local/lib/lib* -rw-r--r-- 1 root wheel 4164 Jan 12 03:44 /usr/local/lib/libRSAglue.a -rw-r--r-- 1 root wheel 937444 Jan 12 03:44 /usr/local/lib/libcrypto.a -rw-r--r-- 1 root wheel 202462 Jan 12 03:44 /usr/local/lib/libssl.a $=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message