From owner-freebsd-questions Fri Oct 19 10:17:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls02.we.mediaone.net (lsmls02.we.mediaone.net [24.130.1.15]) by hub.freebsd.org (Postfix) with ESMTP id 7C50237B407 for ; Fri, 19 Oct 2001 10:17:07 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls02.we.mediaone.net (8.11.4/8.11.3) with SMTP id f9JHGjZ25984; Fri, 19 Oct 2001 10:16:45 -0700 (PDT) Message-ID: <001801c158c1$e49f44a0$77a44a42@home> From: "PetBuilder" To: "Joe Clarke" Cc: "FreeBSD-Questions" References: <20011019125031.B43180-100000@shumai.marcuscom.com> Subject: Re: DES Won't show up Date: Fri, 19 Oct 2001 10:17:12 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 I relativly new to UNIX. how do I or where can I find information about how to "symlinks" files? Thanks, Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Joe Clarke" To: "PetBuilder" Cc: "FreeBSD-Questions" Sent: Friday, October 19, 2001 9:52 AM Subject: Re: DES Won't show up 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