wenn ich jetzt mein Apache starten will erscheint folgende Meldung:
Ich habe es folgendermassen compiled:/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
Aber leider geht das nicht mehr...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
kann mir jemand helfen es wieder lauffähig zu bekommen?