These are the software/platform I'm working with:
Solaris 8
Perl 5.6.1
OpenSSl-0.9.6c
mod_ssl-2.8.8-1.3.24
mod_perl-1.24_01
Apache 1.3.24
These are the steps that I've taken to install the modules:
Installing OpenSSl :
----------------------------
# config shared
# make
# make install
Configuring mod_ss
------------------------------l
# configure --with-apache=../apache_1.3.24
--with-ssl=../openssl-0.9.6c
configuring/installing mod_perl / apache
----------------------------------------------------------
# perl Makefile.PL USE_APACI=1 EVERYTHING=1 DO_HTTPD=1
SSL_BASE=/usr/local/ssl \
> APACHE_SRC=../apache_1.3.24/src \
> APACI_ARGS='--enable-module=so,--enable-module=ssl'
--> This configure reports no errors
# make
.
.
.
./gen_test_char >test_char.h
ld.so.1: ./gen_test_char: fatal: libssl.so.0.9.6: open failed: No
such file or directory
*** Error code 137
make: Fatal error: Command failed for target 'test_char.h'
Current working directory /Repository/apache_1.3.24/src/main
*** Error code 1
make: Fatal error: Command failed for target 'subdirs'
Current working directory /Repository/apache_1.3.24/src
*** Error code 1
make: Fatal error: Command failed for target 'build-std'
Current working directory /Repository/apache_1.3.24
*** Error code 1
make: Fatal error: Command failed for target 'build'
Current working directory /Repository/apache_1.3.24
*** Error code 1
make: Fatal error: Command failed for target 'apaci_httpd'
#
I've tried pushing /usr/local/ssl/lib into PATH and also making
library links in /usr/lib to /usr/local/ssl/lib. I'm totally out of ideas
(and exhausted of trying) I really could use some help !
Thanks !
Fernando Munoz