From owner-freebsd-questions Sat Oct 23 16:42:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 8E8C414C9C for ; Sat, 23 Oct 1999 16:42:51 -0700 (PDT) (envelope-from edirol@anime.ca) Received: from epoch.anime.ca (HSE-TOR-ppp25728.sympatico.ca [209.226.82.225]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id TAA29592 for ; Sat, 23 Oct 1999 19:46:48 -0400 (EDT) Received: from magus (magus.anime.ca [192.168.0.3]) by epoch.anime.ca (8.9.3/8.9.3) with SMTP id TAA33032 for ; Sat, 23 Oct 1999 19:42:49 -0400 (EDT) (envelope-from edirol@anime.ca) Message-ID: <000501bf1db0$50e50860$0300a8c0@anime.ca> From: "Edirol" To: Subject: crypt libraries Date: Sat, 23 Oct 1999 19:42:48 -0400 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.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I was switching my system from using the DES libs to the regular MD5 libs. My password file contains both DES and MD5 passwords but I can't seem to authenticate. Here's a list of my crypt libs: lrwxrwxrwx 1 root wheel 11 Oct 23 18:18 libcrypt.a@ -> libscrypt.a lrwxrwxrwx 1 root wheel 12 Oct 23 18:18 libcrypt.so@ -> libscrypt.so lrwxrwxrwx 1 root wheel 14 Oct 23 18:18 libcrypt.so.2@ -> libscrypt.so.2 lrwxrwxrwx 1 root wheel 15 Oct 3 16:36 libcrypt_p.a@ -> libdescrypt_p.a -r--r--r-- 1 root wheel 13018 Sep 16 18:40 libdescrypt.a lrwxrwxrwx 1 root wheel 16 Oct 3 16:36 libdescrypt.so@ -> libdescrypt.so.2 -r--r--r-- 1 root wheel 12965 Sep 16 18:40 libdescrypt.so.2 -r--r--r-- 1 root wheel 14750 Sep 16 18:40 libdescrypt_p.a -r--r--r-- 1 root wheel 6194 Sep 16 18:40 libscrypt.a lrwxrwxrwx 1 root wheel 14 Oct 23 18:18 libscrypt.so@ -> libscrypt.so.2 -r--r--r-- 1 root wheel 7579 Sep 16 18:40 libscrypt.so.2 One thing I did notice. I don't seem to have libscrypt_p.a but I think I could copy that from another system. Could someone verify whether if all the links are pointed correctly? Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message