From owner-freebsd-questions Fri Jan 12 18:20: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server5.safepages.com (server5.safepages.com [216.127.146.2]) by hub.freebsd.org (Postfix) with ESMTP id 52B3537B400 for ; Fri, 12 Jan 2001 18:19:48 -0800 (PST) Received: from brandonlaptop (63-224-58-226.customers.uswest.net [63.224.58.226]) by server5.safepages.com (Postfix) with SMTP id 5781670A54 for ; Sat, 13 Jan 2001 02:19:33 +0000 (GMT) Message-ID: <037a01c07d06$97cacce0$0200000a@brandonlaptop> From: "Brandon - Sales/Support Spec." To: References: <01e801c07955$002e76c0$0200000a@brandonlaptop> <44wvc69dvh.fsf@lowellg.ne.mediaone.net> Subject: Re: [freebsd-questions] Crypto and DES. Date: Fri, 12 Jan 2001 18:14:42 -0800 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.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Perhaps someone can help. I went into the first directory below I am using FreeBSD 4.2 from source and trying to install DES. I installed the crypto source and they uninstalled into /var/src/4.0/crypto/ I could not find any reference to DES in /var/src/4.0/crypto/ but did find reference to it in the /var/src/4.2/secure/lib/libcrypto directory so I did the following: I did a make command and it created the libdescrypt files in. bash-2.04# pwd /var/src/4.2/secure/lib/libcrypt bash-2.04# ls Makefile crypt-md5.po libdescrypt.so.2 crypt-des.So crypt.3.gz libdescrypt_p.a crypt-des.c crypt.So md5c.o crypt-des.o crypt.o md5c.po crypt-des.po crypt.po misc.So crypt-md5.So libdescrypt.a misc.o crypt-md5.o libdescrypt.so misc.po However then I did a "make buildword" in the root directory of the source code /var/src/4.0 and in the object code directory it still does not link to libdescrypt? So it appears from the object code that DES is not installed. bash-2.04# pwd /var/src/obj/var/src/4.2/lib/libcrypt bash-2.04# ls .depend crypt.3.gz libscrypt.a md5c.o misc.po crypt-md5.So crypt.So libscrypt.so md5c.po crypt-md5.o crypt.o libscrypt.so.2 misc.So crypt-md5.po crypt.po libscrypt_p.a misc.o If you have any advice on getting "DES" installed please let me know. ----- Original Message ----- From: "Lowell Gilbert" To: "Brandon - Sales/Support Spec." Sent: Monday, January 08, 2001 9:01 AM Subject: Re: [freebsd-questions] Crypto and DES. > brandon@dialupusa.net (Brandon - Sales/Support Spec.) writes: > > > I have installed the source for 4.2 - stable install on my server. I need > > to install the crypto version of this source so that my server can support > > DES encryption. I have downloaded the crypto sources and then ran the > > ./install.sh script and it untarred them into my /var/src/ directory. I > > then ran a "make buildworld". Is this all I need to do to install DES or > > am I missing a big step. How do I verify in the /obj/src directory that > > DES is good to go. ? Is there anything after I run "make installworld" > > that I will need to do? > > > > Please let me know if there is anything that I am missing. > > Please look at the handbok section titled "Recognizing your crypt mechanism." > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message