I need help very urgently
I try to install mod_ssl, openssl, apache in my FreeBSD server..
but getting a lot of error.. and caused by apache can't start anymore.. :~(
here's the step-by-step installation i made:-

# cd openssl-0.9.6b
# sh config no-threads -fPIC
# make
# make test (Do i need to make install after this? the INSTALL in modssl doesn't written there...!!)

# cd ../mod_ssl-2.8.4-1.3.20
#./configure --with-apache=../apache_1.3.20 --with-ssl=../openssl-0.9.6b --with-key=/usr/local/apache/conf/ssl.key/server.key --with-crt=/usr/local/apache/conf/ssl.crt/server.crt --prefix=/usr/local/apache --enable-shared=ssl --enable-module=so --enable-module=ssl --enable-rule=eapi

# cd ../apache_1.3.20
# make (i skip make certificate here bcos i had generated it earlier)
# make install

the result...
# /usr/local/apache/bin/apachectl configtest
Syntax error on line 209 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_foo.so into server: Cannot open
"/usr/local/apache/libexec/mod_foo.so"

( i found that the mod_foo.so is not there.... so i commented the line 209
in httpd.conf)
( and try again....)

the 2nd result....
# /usr/local/apache/bin/apachectl configtest

[Sat Sep 29 15:28:20 2001] [warn] Loaded DSO libexec/libphp3.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Sat Sep 29 15:28:20 2001] [warn] Loaded DSO libexec/libperl.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
[Sat Sep 29 15:28:20 2001] [warn] Loaded DSO libexec/libphp4.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
Syntax OK
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_setenvif.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_auth.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_access.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_alias.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_userdir.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_actions.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_imap.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_asis.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_cgi.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_dir.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_autoindex.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_include.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_status.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_negotiation.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_mime.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_log_config.c: not found in module list
[Sat Sep 29 15:28:20 2001] [error] Cannot remove module mod_env.c: not found in module list
any idea??
before i install openssl.... i downloaded an openssl-engine and installed it (not working as well)...
later i found the one that mod_ssl required is not the openssl-engine....
so i re-download the openssl source again and re-install everything...is it possible to openssl-engine
that i installed previously causing this problem?
 
 
Rachel

Reply via email to