From owner-freebsd-questions Mon Mar 4 12:17:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intelli2.ezworks.net (mail.ezworks.net [63.238.60.5]) by hub.freebsd.org (Postfix) with ESMTP id 988E937B416 for ; Mon, 4 Mar 2002 12:17:13 -0800 (PST) Received: from [63.238.60.24] by intelli2.netwzrd.net (NTMail 4.30.0013/NU3336.00.28fc2157) with ESMTP id rmhmlcaa for ; Mon, 4 Mar 2002 15:04:51 -0500 From: "Mike Tindall" To: Subject: DES/Apache/Front Page Date: Mon, 4 Mar 2002 15:22:11 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am trying to install apache with front page extensions from the FreeBSD ports collection. I am receiving the following error message when I run make: WARNING: MS FrontPage Extensions require the DES Library Install the DES Library, then build apache-fp So, I went and installed DES from the ports collection and tried make on apache-fp. I still get the same error message. ns2# ls -l /usr/lib/libcrypt* -r--r--r-- 1 root wheel 34004 Sep 18 13:24 /usr/lib/libcrypt.a lrwxrwxrwx 1 root wheel 13 Jan 11 17:05 /usr/lib/libcrypt.so -> libcrypt.so.2 -r--r--r-- 1 root wheel 28588 Sep 18 13:24 /usr/lib/libcrypt.so.2 -r--r--r-- 1 root wheel 1251000 Sep 18 13:30 /usr/lib/libcrypto.a lrwxrwxrwx 1 root wheel 14 Jan 11 18:09 /usr/lib/libcrypto.so -> libcrypto.so.2 -r--r--r-- 1 root wheel 762068 Sep 18 13:30 /usr/lib/libcrypto.so.2 -r--r--r-- 1 root wheel 1333250 Sep 18 13:30 /usr/lib/libcrypto_p.a ns2# ls -l /usr/lib/*des* lrwxrwxrwx 1 root wheel 11 Jan 11 18:09 /usr/lib/libdes.a -> libcrypto.a lrwxrwxrwx 1 root wheel 14 Jan 11 18:09 /usr/lib/libdes.so -> libcrypto.so.2 lrwxrwxrwx 1 root wheel 14 Jan 11 18:09 /usr/lib/libdes.so.3 -> libcrypto.so.2 lrwxrwxrwx 1 root wheel 13 Jan 11 18:09 /usr/lib/libdes_p.a -> libcrypto_p.a What am I doing wrong? I also tried to follow the HowTo on freebsddiary.com. TIA! Mike Tindall mike@netwzrd.net http://netwzrd.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message