Date: Wed, 31 Mar 1999 14:32:43 +0200 From: Anders Andersson <anders@sanyusan.se> To: FreeBSD-questions@freebsd.org Subject: DES from source Message-ID: <19990331143243.A11641@sanyusan.se>
next in thread | raw e-mail | index | archive | help
Hi! I am looking for the correct way of installing DES (crypt) from sources. From the beginning I install most of my boxes from ftp and with the "minimal" option. After that I cvsup and do make world to fit my needs. On this test box I run 4.0-CURRENT and have cvsupped the: # The international secure collections. src-crypto src-eBones src-secure I plan to do 'make world' and from what I can tell I need to: ln -fs libdescrypt.so libcrypt.so ln -fs libdescrypt.so.2 libcrypt.so.2 ln -fs libdescrypt.a libcrypt.a after make world to use DES (crypt). Do I need to change all passwd with 'passwd {user}' to use DES passwd crypt? Is there any thing I have missed? Anders -- -------------------------------------------------------- Anders Andersson anders@sanyusan.se Sanyusan International AB http://www.sanyusan.se/ Västgötagatan 11 Tel: +46-(0)31-168730 411 39 Gothenburg, SWEDEN Fax: +46-(0)31-209361 -------------------------------------------------------- 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?19990331143243.A11641>