Page 1 of 1

Update auf aktuelles openssl?

Posted: 2003-01-08 19:35
by florian_d
Wie kann ich OpenSSL auf die Aktuelle Version von http://www.openssl.org updaten ? Ich hab Sorga das dann nachher der SSHD nichmehr 'anspringt'.

Gruß Flo

Re: Update auf aktuelles openssl?

Posted: 2003-01-08 20:50
by sascha
Was hatt denn OpenSSL mit SSH zu tun? ;-)

Wenn du dich ein wenig geduldest baue ich ein RPM.

Re: Update auf aktuelles openssl?

Posted: 2003-01-08 21:25
by florian_d
Oh. Ich hab jetzt ehrlich angenommen das der sshD die openssl lib braucht, is ja cool :) Ja klar geduldige ich mich, kannst du evt hier posten wenn du's fertig hast oder an mich mailen? flo@coe4life.de danke schonmal im vorraus

Re: Update auf aktuelles openssl?

Posted: 2003-01-08 22:20
by sascha
So, die RPMS sind fertig.

Folgendes muss beachtet werden!

Installation

Code: Select all

# wget http://217.160.92.19/~rootforum/openssl/0.9.7/openssl-0.9.7-1.i686.rpm
# wget http://217.160.92.19/~rootforum/openssl/0.9.7/openssl-devel-0.9.7-1.i686.rpm
# wget http://217.160.92.19/~rootforum/openssl/0.9.7/openssl-doc-0.9.7-1.i686.rpm
# wget http://217.160.92.19/~rootforum/openssl/0.9.7/openssl-src-0.9.7-1.i686.rpm

# rpm -Uhv --nodeps openssl-*
# cd /usr/lib/
# ln -sf libssl.so libssl.so.0.9.6
# ln -sf libcrypto.so libcrypto.so.0.9.6
Außerdem muss PHP nochmal kompiliert und installiert werden falls es mit OpenSSL Unterstützung konfiguriert wurde. Sonst startet der Apache nicht mehr!

Falls noch andere Probleme auftreten bitte melden. Hier auch nochmal die URLs zu meinen alten (funktionierenden ;-)) OpenSSL 0.9.6h RPMs:

http://217.160.92.19/~rootforum/openssl ... 1.i686.rpm
http://217.160.92.19/~rootforum/openssl ... 1.i686.rpm
http://217.160.92.19/~rootforum/openssl ... 1.i686.rpm
http://217.160.92.19/~rootforum/openssl ... 1.i686.rpm

Re: Update auf aktuelles openssl?

Posted: 2003-01-08 22:29
by florian_d
läuft super danke!! :) Das ging ja wirklich mehr als flott..

Re: Update auf aktuelles openssl?

Posted: 2003-01-26 13:37
by florian_d
Sascha, die rpms laufen zwar alle super - aber kannst du mir auch sagen was ich machen muss wenn mein apache (welcher mit ssl kompiliert ist) wieder zum laufen gebracht werden kann - ich hab den als rpm, wie er von 1und1 installiert war.

Danke