Hi,
I would appreciate if anyone could help me with this issue:
Apache 2.0 (with OpenSSL) is installed as part of my company's product.
The install is done on Red Hat, not as super user, and the customer
decides where to install the product.
So I need to be able to supply an install of Apache a
Hi,
I defined:
#LD_LIBRARY_PATH=/home/inst/openssl/lib
#export LD_LIBRARY_PATH
And this solved the issue.
Sorry for the hassle.
Yaron.
-Original Message-
From: Yaron Ruckenstein [mailto:[EMAIL PROTECTED]
Sent: Monday, May 09, 2005 10:37 AM
To: users@httpd.apache.org
Subject: [EMAIL
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