Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Rainer Sokoll
On Wed, Jun 21, 2006 at 04:48:01PM +0530, Siva Prasad wrote: hi I have set library path set LD_LIBRARY_PATH= path (where my libraries reside) but could not find luck. I am getting the same errors Few more ideas plz.. What does both ls -l `echo $LD_LIBRARY_PATH` and ldd httpd

Re: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Susan Roesner RZ
Hi, it is important how you start apache. If you start it manual then the library path of ssl in /etc/profile unter LD_LIBRARY_PATH is enough. If you start apache at system boot, the /etc/profile is not read. In this case you have to make sure that the LD_LIBRARY_PATH for ssl lib is set in

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Anil Dighade
: [EMAIL PROTECTED] Need clarification hi I have set library path set LD_LIBRARY_PATH= path (where my libraries reside) but could not find luck. I am getting the same errors Few more ideas plz.. thanks Siva On 6

RE: [EMAIL PROTECTED] Need clarification

2006-06-21 Thread Boyle Owen
-Original Message- From: Siva Prasad [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 1:18 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Need clarification hi I have set library path set LD_LIBRARY_PATH= path (where my libraries reside