From owner-freebsd-questions Wed Jan 3 3:42:40 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 03:42:38 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from relay3.mail.uk.psi.net (relay3.mail.uk.psi.net [154.32.109.6]) by hub.freebsd.org (Postfix) with ESMTP id E0B5537B402 for ; Wed, 3 Jan 2001 03:42:37 -0800 (PST) Received: from mail.plasmon.co.uk ([193.115.5.217]) by relay3.mail.uk.psi.net with smtp (Exim 2.12 #2) id 14DmJL-0005WM-00 for freebsd-questions@freebsd.org; Wed, 3 Jan 2001 11:42:31 +0000 Received: from virgo.software.plasmon ([193.115.4.42]) by mail.plasmon.co.uk (Lotus SMTP MTA v4.6.4 (830.2 3-23-1999)) with SMTP id 802569C9.00408107; Wed, 3 Jan 2001 11:44:33 +0000 Received: from mail by virgo.software.plasmon with local-esmtp (Exim 2.12 #1) id 14DmGr-000Kl1-00 (FreeBSD); Wed, 3 Jan 2001 11:39:57 +0000 Received: from dobbo by penfold.software.plasmon with local (Exim 3.12 #1) id 14DmGq-0007Q6-00 (Debian); Wed, 03 Jan 2001 11:39:56 +0000 Date: Wed, 3 Jan 2001 11:39:56 +0000 From: Steve Dobson To: freebsd-questions@FreeBSD.org Subject: Installing OpenSSL Message-ID: <20010103113956.A27530@penfold.software.plasmon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I have a 4.1 system and I am trying to get Apache SSL build (from ports). When I try and `make' the apache13-ssl port I get the message: This port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on your machine. Please see the "OpenSSL" section in the handbook (at "http://www.FreeBSD.org/handbook/openssl.html", for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 Stop. So I went to the openssl port and got: ===> openssl-0.9.5a is forbidden: OpenSSL is already in the base system. Cool :-) so now it was STFW time and I hit http://www.FreeBSD.org/handbook/openssl.html which told me that "OpenSSL is part of the src-crypto and src-secure cvsup collections". I followed the instructions (very limited) to connect to the CVS server and did a chekout of src-crypto and src-secure and got the following: $ export CVSROOT=:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs $ cvs login (Logging in to anoncvs@anoncvs.FreeBSD.org) CVS password: anoncvs $ cvs checkout -r RELENG_4_1_1_RELEASE src-crypto cvs server: cannot find module `src-crypto' - ignored cvs [checkout aborted]: cannot expand modules $ cvs checkout -r RELENG_4_1_1_RELEASE src-secure cvs server: cannot find module `src-secure' - ignored cvs [checkout aborted]: cannot expand modules So now I am lost. What do I need to do to get OpenSSL working on my system? May I request that you reply to me as well as the mail-list. I don't have the time here at work to follow the FreeBSD mail lists. Thanks for your help Steve -- Steve Dobson E-mail: sdobson@allstor-sw.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message