Re: DES

From: Philipp Mergenthaler <un1i(at)rz.uni-karlsruhe.de>
Date: Mon, 10 Apr 2000 18:40:24 +0200

In article <8crun9$ut3$1(at)atlantis.rz.tu-clausthal.de> you wrote:
> ich habe bei der installation bzw bei einem cvsupdate dieses DES
> ausversehen mitinstallier/upgraded..
> jetzt wollte ich an meinen irc server bzw. ircservices weiterprogrammieren
> und stelle fest das die passwoerter net funzen etc...
> nun die frage: gibt es eine möglichkeit DES ohne eine neuinstallation zu
> löschen, sodass es wieder wie bei normalen installation für export löpt?

Wahrscheinlich hast Du jetzt DES- und MD5-libraries. Dann sollte es
reichen, die Links umzusetzen:
/usr/lib%ll *crypt*
lrwxr-xr-x 1 root wheel 11 Apr 5 23:49 libcrypt.a -> libscrypt.a
lrwxr-xr-x 1 root wheel 12 Apr 5 23:49 libcrypt.so -> libscrypt.so
lrwxr-xr-x 1 root wheel 14 Apr 5 23:49 libcrypt.so.2 -> libscrypt.so.2
lrwxr-xr-x 1 root wheel 13 Apr 5 23:49 libcrypt_p.a -> libscrypt_p.a
-r--r--r-- 1 root wheel 1092720 Apr 6 00:00 libcrypto.a
lrwxr-xr-x 1 root wheel 14 Apr 6 00:00 libcrypto.so -> libcrypto.so.1
-r--r--r-- 1 root wheel 660644 Apr 6 00:00 libcrypto.so.1
-r--r--r-- 1 root wheel 1166384 Apr 6 00:00 libcrypto_p.a
-r--r--r-- 1 root wheel 16108 Apr 5 23:49 libdescrypt.a
lrwxr-xr-x 1 root wheel 16 Apr 5 23:49 libdescrypt.so -> libdescrypt.so.2
-r--r--r-- 1 root wheel 10400 Apr 5 23:49 libdescrypt.so.2
-r--r--r-- 1 root wheel 18074 Apr 5 23:49 libdescrypt_p.a
-r--r--r-- 1 root wheel 9304 Apr 5 23:49 libscrypt.a
lrwxr-xr-x 1 root wheel 14 Apr 5 23:49 libscrypt.so -> libscrypt.so.2
-r--r--r-- 1 root wheel 5176 Apr 5 23:49 libscrypt.so.2
-r--r--r-- 1 root wheel 9982 Apr 5 23:49 libscrypt_p.a

Du kannst in /etc/make.conf das hier eintragen:
NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links

damit beim "make world" die Links nicht verändert werden.

Falls libscrypt* nicht da ist, würde ich mit cvsup src-crypto und
src-secure von z.B. cvsup.de.freebsd.org holen und ein make world
durchführen.

Tschüß, Philipp

-- 
Ich hoffe, die Header sind nicht allzu kaputt; ich lese über ein
mail2new-gateway mit.
http://www.uni-karlsruhe.de/~un1i/
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 10 Apr 2000 - 18:46:26 CEST

search this site