> -----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)

The syntax for setting environment variables is shell-dependent. For /bin/tcsh, 
it is (example):

setenv LD_LIBRARY_PATH /usr/local/lib:/usr/local/ssl/lib:/usr/local/apache/lib

NB - spaces between tokens, no equals-signs, dirs separated by colons etc...

This is not really anything to do with apache - if you don't have 
LD_LIBRARY_PATH set correctly, lots of other applications will fail to start 
(ssh, sql etc.)

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

>  
> but could not find luck. I am getting the same errors
>  
> Few more ideas plz..
>  
> thanks
> Siva
>  
> 
> 
>  
> On 6/21/06, Boyle Owen <[EMAIL PROTECTED]> wrote: 
> 
>       > -----Original Message-----
>       > From: Siva Prasad [mailto: [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]> ]
>       > Sent: Wednesday, June 21, 2006 12:55 PM
>       > To: users@httpd.apache.org
>       > Subject: [EMAIL PROTECTED] Need clarification
>       >
>       > hi 
>       >
>       > I  was running my application in home/xyz of linux box
>       >
>       > I stopped tomcat and apache both and then i am not able to
>       > start the application
>       >
>       > If i start apache only iam getting the following error 
>       >
>       >
>       > /home/abc/xyz/servers/apache_dir/bin/httpd: error while
>       > loading shared libraries: libssl.so.0.9.7: cannot open shared
>       > object file: No such file or directory
>       
>       Check your LD_LIBRARY_PATH setting (ie, "echo 
> $LD_LIBRARY_PATH") - it should show the path to the dir that 
> contains libssl. If it doesn't, set it so it does. 
>       
>       Rgds,
>       Owen Boyle
>       Disclaimer: Any disclaimer attached to this message may 
> be ignored.
>       
>       >
>       > If i start tomcat only iam getting the follwoing
>       >
>       > Using CATALINA_BASE:   /home/abc/xyz/servers/tomcat_dir 
>       > Using CATALINA_HOME:   /home/abc/xyz/servers/tomcat_dir
>       > Using CATALINA_TMPDIR: /home/abc/xyz/servers/tomcat_dir/temp
>       > Using JAVA_HOME:       /home/abc/java
>       >
>       > start.sh started sucessfully 
>       >
>       > I thought this might be of space crunch and removed some of
>       > the file but no luck.
>       >
>       > The disk free space for home directory is
>       > Filesystem           1K-blocks      Used  Available 
> Use% Mounted on 
>       > /sdf/jgkg             24580944  20459152   2873144  88% /home
>       >
>       >
>       > Plz help me
>       >
>       > Thanks in advance
>       > good guy
>       >
>       >
>       > thanks in advance
>       >
>       >
>       Diese E-mail ist eine private und persönliche 
> Kommunikation. Sie hat keinen Bezug zur Börsen- bzw. 
> Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
> private and personal nature. It is not related to the 
> exchange or business activities of the SWX Group. Le présent 
> e-mail est un message privé et personnel, sans rapport avec 
> l'activité boursière du Groupe SWX. 
>       
>       
>       This message is for the named person's use only. It may 
> contain confidential, proprietary or legally privileged 
> information. No confidentiality or privilege is waived or 
> lost by any mistransmission. If you receive this message in 
> error, please notify the sender urgently and then immediately 
> delete the message and any copies of it from your system. 
> Please also immediately destroy any hardcopies of the 
> message. You must not, directly or indirectly, use, disclose, 
> distribute, print, or copy any part of this message if you 
> are not the intended recipient. The sender's company reserves 
> the right to monitor all e-mail communications through their 
> networks. Any views expressed in this message are those of 
> the individual sender, except where the message states 
> otherwise and the sender is authorised to state them to be 
> the views of the sender's company. 
>       
>       
> ---------------------------------------------------------------------
>       The official User-To-User support forum of the Apache 
> HTTP Server Project.
>       See <URL:http://httpd.apache.org/userslist.html > for more info.
>       To unsubscribe, e-mail: [EMAIL PROTECTED]
>         "   from the digest: 
> [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]> 
>       For additional commands, e-mail: [EMAIL PROTECTED]
>       
>       
> 
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to