Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 10:17:12 -0700
From:      "PetBuilder" <petbuilder@mediaone.net>
To:        "Joe Clarke" <marcus@marcuscom.com>
Cc:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   Re: DES Won't show up
Message-ID:  <001801c158c1$e49f44a0$77a44a42@home>
References:  <20011019125031.B43180-100000@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <marcus@marcuscom.com>
To: "PetBuilder" <petbuilder@mediaone.net>
Cc: "FreeBSD-Questions" <freebsd-questions@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001801c158c1$e49f44a0$77a44a42>