Date: Fri, 12 Jan 2001 18:14:42 -0800 From: "Brandon - Sales/Support Spec." <brandon@dialupusa.net> To: <freebsd-questions@FreeBSD.ORG> Subject: Re: [freebsd-questions] Crypto and DES. Message-ID: <037a01c07d06$97cacce0$0200000a@brandonlaptop> References: <01e801c07955$002e76c0$0200000a@brandonlaptop> <44wvc69dvh.fsf@lowellg.ne.mediaone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <lowell@world.std.com> To: "Brandon - Sales/Support Spec." <brandon@dialupusa.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?037a01c07d06$97cacce0$0200000a>