hello
folks, --- Got trouble.. here is the details .. anyone see
anything..
./apachectl startssl
Syntax error on line 238 of /apache/conf/httpd.conf:
Cannot load /apache/libexec/libssl.so into server: ld.so.1: /apache/bin/httpd: fatal: libssl.so.0.9.6: open failed: No such file or directory
./apachectl startssl: httpd could not be started
Syntax error on line 238 of /apache/conf/httpd.conf:
Cannot load /apache/libexec/libssl.so into server: ld.so.1: /apache/bin/httpd: fatal: libssl.so.0.9.6: open failed: No such file or directory
./apachectl startssl: httpd could not be started
Compile
in modssl folder was:
./configure
\
"--with-apache=../apache_1.3.27" \
"--with-ssl=/usr/local/ssl" \
"$@"
"--with-apache=../apache_1.3.27" \
"--with-ssl=/usr/local/ssl" \
"$@"
Compile
in apache folder was:
./configure \
"--with-layout=Apache" \
"--verbose" \
"--prefix=/apache" \
"--server-uid=ars" \
"--server-gid=dba" \
"--with-perl=/usr/local/perl" \
"--enable-module=most" \
"--enable-shared=max" \
"--enable-rule=SHARED_CORE" \
"--enable-module=so" \
"--enable-module=cgi" \
"--enable-module=ssl" \
"--disable-rule=SSL_COMPAT" \
"--enable-rule=SSL_SDBM" \
"$@"
"--with-layout=Apache" \
"--verbose" \
"--prefix=/apache" \
"--server-uid=ars" \
"--server-gid=dba" \
"--with-perl=/usr/local/perl" \
"--enable-module=most" \
"--enable-shared=max" \
"--enable-rule=SHARED_CORE" \
"--enable-module=so" \
"--enable-module=cgi" \
"--enable-module=ssl" \
"--disable-rule=SSL_COMPAT" \
"--enable-rule=SSL_SDBM" \
"$@"
---httpd.conf States from line 230 - 245 or
so..
234 LoadModule
usertrack_module libexec/mod_usertrack.so
235 LoadModule unique_id_module libexec/mod_unique_id.so
236 LoadModule setenvif_module libexec/mod_setenvif.so
237 <IfDefine SSL>
238 LoadModule ssl_module libexec/libssl.so
239 </IfDefine>
240
235 LoadModule unique_id_module libexec/mod_unique_id.so
236 LoadModule setenvif_module libexec/mod_setenvif.so
237 <IfDefine SSL>
238 LoadModule ssl_module libexec/libssl.so
239 </IfDefine>
240
-- LS of ../libexec
is
-rw-r--r-- 1 root
other 8373 Oct 23 16:25
httpd.exp
-rwxr-xr-x 1 root other 22108 Oct 23 16:25 libhttpd.ep
-rwxr-xr-x 2 root other 669008 Oct 23 16:25 libhttpd.so
-rwxr-xr-x 2 root other 669008 Oct 23 16:25 libhttpd.so.1
-rwxr-xr-x 1 root other 137680 Oct 23 16:25 libproxy.so
-rwxr-xr-x 1 root other 276708 Oct 23 16:25 libssl.so
-rwxr-xr-x 1 root other 9272 Oct 23 16:25 mod_access.so
-rwxr-xr-x 1 root other 22108 Oct 23 16:25 libhttpd.ep
-rwxr-xr-x 2 root other 669008 Oct 23 16:25 libhttpd.so
-rwxr-xr-x 2 root other 669008 Oct 23 16:25 libhttpd.so.1
-rwxr-xr-x 1 root other 137680 Oct 23 16:25 libproxy.so
-rwxr-xr-x 1 root other 276708 Oct 23 16:25 libssl.so
-rwxr-xr-x 1 root other 9272 Oct 23 16:25 mod_access.so
