From owner-freebsd-isp Mon Nov 29 17:22:39 1999 Delivered-To: freebsd-isp@freebsd.org Received: from 24-25-220-29.san.rr.com (24-25-220-29.san.rr.com [24.25.220.29]) by hub.freebsd.org (Postfix) with ESMTP id 3FEE215654 for ; Mon, 29 Nov 1999 17:22:33 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by 24-25-220-29.san.rr.com (8.9.3/8.8.8) with ESMTP id RAA32887; Mon, 29 Nov 1999 17:22:23 -0800 (PST) (envelope-from Doug@gorean.org) Date: Mon, 29 Nov 1999 17:21:53 -0800 (PST) From: Doug Barton X-Sender: doug@24-25-220-29.san.rr.com To: "J.C. Frazier" Cc: Jonathan Weaver , freebsd-isp@FreeBSD.ORG Subject: Re: apache13-fp-modssl problem with passwords In-Reply-To: <3842FBEF.3D8E564C@csocs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 Nov 1999, J.C. Frazier wrote: > > Did you install the DES libraries? It is a seperate package that has to be > > installed before > > you can use DES. > > > > - Jonathan > Yes, DES is installed: > > bash-2.03# ls -l /usr/lib/*crypt* > lrwxrwxrwx 1 root wheel 11 Sep 18 11:16 /usr/lib/libcrypt.a -> > libscrypt.a > lrwxrwxrwx 1 root wheel 12 Sep 18 11:16 /usr/lib/libcrypt.so -> > libscrypt.so > lrwxrwxrwx 1 root wheel 14 Sep 18 11:16 /usr/lib/libcrypt.so.2 -> > libscrypt.so.2 > lrwxrwxrwx 1 root wheel 13 Sep 18 11:17 /usr/lib/libcrypt_p.a -> > libscrypt_p.a You have installed the libraries (somehow?) but your symlinks are not up to date, so the crypt() system call is still using MD5. Try doing the DES install using /stand/sysinstall, which will sort this all out for you. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message