From owner-freebsd-questions Fri Oct 19 9:52:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 1121037B436 for ; Fri, 19 Oct 2001 09:52:30 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9JGqMZ43614; Fri, 19 Oct 2001 12:52:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 19 Oct 2001 12:52:22 -0400 (EDT) From: Joe Clarke To: PetBuilder Cc: FreeBSD-Questions Subject: Re: DES Won't show up In-Reply-To: <001001c158b9$6c716790$77a44a42@home> Message-ID: <20011019125031.B43180-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 19 Oct 2001, PetBuilder wrote: > I've been trying to get my 4.4 box to load DES for crypt, so I can load Apache13-fp. > I run stand/sysinstall and loaded the "Crypto" > I changed the passwd_format in /etc/login.conf to des > I ran 'cap_mkdb /etc/login.conf' and then I reset the root password > I even tried rebooting the machine yet it still will not load the DES crypto. Have you tried loading the crypto sources as well as the libs? > > When I run 'ls -l /usr/lib/libcrypt* all I get is "libcrypt" not "libdescrypt" and I cannot load the FP extensions. That's all I get, too, since libcrypt* will not match libdescrypt. However, on my 4.4-STABLE machine, I do not have libdescrypt. ls -l /usr/lib/*crypt* -r--r--r-- 1 root wheel 34004 Oct 17 02:20 /usr/lib/libcrypt.a lrwxr-xr-x 1 root wheel 13 Oct 17 02:20 /usr/lib/libcrypt.so -> libcrypt.so.2 -r--r--r-- 1 root wheel 28588 Oct 17 02:20 /usr/lib/libcrypt.so.2 -r--r--r-- 1 root wheel 36994 Oct 17 02:20 /usr/lib/libcrypt_p.a -r--r--r-- 1 root wheel 1251000 Oct 17 02:23 /usr/lib/libcrypto.a lrwxr-xr-x 1 root wheel 14 Oct 17 02:23 /usr/lib/libcrypto.so -> libcrypto.so.2 -r--r--r-- 1 root wheel 762068 Oct 17 02:23 /usr/lib/libcrypto.so.2 -r--r--r-- 1 root wheel 1333250 Oct 17 02:23 /usr/lib/libcrypto_p.a ls -l /usr/lib/*des* lrwxr-xr-x 1 root wheel 11 Oct 17 02:23 /usr/lib/libdes.a -> libcrypto.a lrwxr-xr-x 1 root wheel 14 Oct 17 02:23 /usr/lib/libdes.so -> libcrypto.so.2 lrwxr-xr-x 1 root wheel 14 Oct 17 02:23 /usr/lib/libdes.so.3 -> libcrypto.so.2 lrwxr-xr-x 1 root wheel 13 Oct 17 02:23 /usr/lib/libdes_p.a -> libcrypto_p.a You might try creating the above DES symlinks, and see if things work for you. Joe > Does anyone know what steps I'm missing? > > Thanks, > > Craig Rose > Web-Zonic, Inc. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message