[users@httpd] How to supply Apache as part of product install

2005-05-23 Thread Yaron Ruckenstein
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

RE: [EMAIL PROTECTED] Problem building Apache with OpenSSL

2005-05-09 Thread Yaron Ruckenstein
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

[EMAIL PROTECTED] Problem building Apache with OpenSSL

2005-05-09 Thread Yaron Ruckenstein
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