From owner-freebsd-isp Wed Jul 5 16:42: 7 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 2462337B5AA for ; Wed, 5 Jul 2000 16:42:00 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id SAA73759; Wed, 5 Jul 2000 18:41:50 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <00ae01bfe6da$9764fc20$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "David Dollar" , References: Subject: Re: frontpage extensions - DES Date: Wed, 5 Jul 2000 18:41:49 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "David Dollar" > I'm having a problem with frontpage extensions. > > It says that it requires DES libs, but I can't find out where to install > them from. > I've seen various ways to find out if DES is installed on your system, but I > can't find libdes > The FrontPage Extensions require an apache server built with the descrypt library. This library is part of the FreeBSD crypto sources. There are several ways to obtain this library: 1. CVSUP and make world add one of the following to your cvsup file: FreeBSD 3.x: #uncomment if retrieving sources from outside US/CA #*default host=internat.freebsd.org src-crypto src-secure FreeBSD 4.x: #uncomment if retrieving sources from outside US/CA #*default host=internat.freebsd.org cvs-crypto Then do the following: make update make world NOTE: you may want to set NODESCRYPTLINKS in your make.conf, depending on if you want des/md5 passwords. 2. Obtain the pre-built libraries from the RELEASE/SNAP distribution: FreeBSD 3.x: 1. Obtain the des.?? files from the des directory of the distribution. 2. As root, extract the libdescrypt.* libraries into /usr/lib. cat des.?? | tar -C / -xpzvf - usr/lib/libdescrypt.* FreeBSD 4.x: 1. Obtain the crypto.?? files from the crypto directory of the distribution. 2. As root, extract the libdescrypt.* libraries into /usr/lib. cat crypto.?? | tar -C / -xpzvf - usr/lib/libdescrypt.* Also, the FreeBSD apache13-fp port is currently broken due to the recent upgrade of the fp exts by Microsoft/RTR. A patch has been submitted to fix the problem, but it hasn't been applied. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message