Probs bei SSL --> HILFE PLEASE!

Apache, Lighttpd, nginx, Cherokee
Post Reply
blnsnoopy26
Posts: 660
Joined: 2002-10-19 14:01
 

Probs bei SSL --> HILFE PLEASE!

Post by blnsnoopy26 »

Hatte versucht das neue SSL zu installieren bzw. nen update zu machen und nu geht nix mehr :( Wollte es anch anleitung wieder so machen wie vorher,aber leider brachte das nicht sehr viel.

wenn ich jetzt mein Apache starten will erscheint folgende Meldung:
/etc/init.d/apache start
PERL PHP4 SSL Reload httpd

Syntax error on line 30 of /etc/httpd/suse_loadmodule.conf:
Cannot load /usr/lib/apache/libphp4.so into server: libcrypto.so.0.9.6: cannot load shared object file: No suc
h file or directory
Ich habe es folgendermassen compiled:
OpenSSL

# cd ../openssl-0.9.6g
# ./config shared
# make
# make test
# make install


mod_ssl

# cd ../mod_ssl-2.8.11-1.3.27
# ./configure --with-apache=/usr/local/httpd --with-apxs=/usr/sbin/apxs --with-openssl=/usr/local/ssl
# cd pkg.sslmod
# make
# cp libssl.so /usr/lib/apache
Aber leider geht das nicht mehr...
kann mir jemand helfen es wieder lauffähig zu bekommen?
olaf.dietsche
Posts: 401
Joined: 2002-12-19 02:06
Location: Siegburg
 

Re: Probs bei SSL --> HILFE PLEASE!

Post by olaf.dietsche »

blnsnoopy26 wrote:Hatte versucht das neue SSL zu installieren bzw. nen update zu machen und nu geht nix mehr :( Wollte es anch anleitung wieder so machen wie vorher,aber leider brachte das nicht sehr viel.

wenn ich jetzt mein Apache starten will erscheint folgende Meldung:
/etc/init.d/apache start
PERL PHP4 SSL Reload httpd

Syntax error on line 30 of /etc/httpd/suse_loadmodule.conf:
Cannot load /usr/lib/apache/libphp4.so into server: libcrypto.so.0.9.6: cannot load shared object file: No suc
h file or directory
Ich habe es folgendermassen compiled:
OpenSSL

# cd ../openssl-0.9.6g
# ./config shared
# make
# make test
# make install


mod_ssl

# cd ../mod_ssl-2.8.11-1.3.27
# ./configure --with-apache=/usr/local/httpd --with-apxs=/usr/sbin/apxs --with-openssl=/usr/local/ssl
# cd pkg.sslmod
# make
# cp libssl.so /usr/lib/apache
Gibt es bei mod_ssl kein make install? Das wäre wahrscheinlich der einfachere Weg. Ansonsten schau mal nach einer Datei, die libcrypto.so.0.9.6 oder so ähnlich heißt. Denn der apache beschwert sich über die libcrypto und nicht über libssl.

Wenn alle Bibliotheken an ihrem Platz sind, dann mußt du eventuell noch ein

Code: Select all

ldconfig
machen.
Ã?brigens ist der Platz für Bibliotheken normalerweise /usr/lib.
Post Reply