From owner-freebsd-questions Fri Dec 3 1:34:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from clefw.ra.rockwell.com (clefw.ra.rockwell.com [192.159.76.15]) by hub.freebsd.org (Postfix) with ESMTP id 2010C150BD for ; Fri, 3 Dec 1999 01:34:54 -0800 (PST) (envelope-from mkes@ra.rockwell.com) Received: from raclesmtp01.cle.ra.rockwell.com (raclesmtp01.cle.ra.rockwell.com [130.151.192.220]) by clefw.ra.rockwell.com (8.9.3/8.9.3) with SMTP id EAA01604 for ; Fri, 3 Dec 1999 04:32:34 -0500 (EST) From: mkes@ra.rockwell.com Received: by raclesmtp01.cle.ra.rockwell.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 8525683C.00339B9C ; Fri, 3 Dec 1999 04:23:41 -0500 X-Lotus-FromDomain: ROCKWELL To: freebsd-questions@FreeBSD.ORG Message-ID: <8525683C.003399C8.00@raclesmtp01.cle.ra.rockwell.com> Date: Fri, 3 Dec 1999 10:33:33 +0100 Subject: cannot make OpenSSH port Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have trouble to compile OpenSSH port under 3.3. I have compiled and installed the openssl port first and there was no problem. Now, if I try to make OpenSSH I get following error. ferda:/usr/ports/security/openssh# make NO_CHECKSUM=yes ===> Extracting for OpenSSH-1.2 ===> OpenSSH-1.2 depends on shared library: crypto.1 - not found ===> Verifying install for crypto.1 in /usr/ports/security/openssl ===> Returning to build of OpenSSH-1.2 Error: shared library "crypto.1" does not exist It looks like the shared library was not created and installed with the openssl port because if I try: ferda:/usr/ports/security/openssl# ls /usr/local/lib | grep crypto libcrypto.a ... only the static library is found. Does anybody suceeded to make the OpenSSH port ? Thanks Mira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message