PROTECTED] Problem building Apache with OpenSSL
Hi,
I'm trying to build Apache 2.0.54 with openssl 0.9.7g
I'm running on "Red Hat Enterprise Linux AS release 3 (Taroon)"
I built OpenSSL using the following commands:
#./config threads shared -D_REENTRANT --openssldir=/home/inst
Hi,
I'm trying to build Apache 2.0.54 with openssl 0.9.7g
I'm running on "Red Hat Enterprise Linux AS release 3 (Taroon)"
I built OpenSSL using the following commands:
#./config threads shared -D_REENTRANT --openssldir=/home/inst/openssl
#make
#make install
Then I tried to build apache with th