Date: Fri, 19 Oct 2001 12:52:22 -0400 (EDT) From: Joe Clarke <marcus@marcuscom.com> To: PetBuilder <petbuilder@mediaone.net> Cc: FreeBSD-Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: DES Won't show up Message-ID: <20011019125031.B43180-100000@shumai.marcuscom.com> In-Reply-To: <001001c158b9$6c716790$77a44a42@home>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011019125031.B43180-100000>