From owner-freebsd-questions Fri Oct 19 17:25: 7 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 8E8D337B401 for ; Fri, 19 Oct 2001 17:25:02 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9K0P3E64925; Fri, 19 Oct 2001 20:25:03 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 19 Oct 2001 20:25:03 -0400 (EDT) From: Joe Clarke To: PetBuilder Cc: FreeBSD-Questions Subject: Re: DES Won't show up In-Reply-To: <001801c158c1$e49f44a0$77a44a42@home> Message-ID: <20011019202417.B46055-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 relativly new to UNIX. how do I or where can I find information about how > to "symlinks" files? Checkout man ln. Really, I have never used apache-fp, but I am able to get DES passwords. You may want to ask your apache-fp question on freebsd-ports to see if anyone there has any hints. Joe > > 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