Hi Guys, Just wanted to thank everyone for taking the time to response to my email. Most of you guys pointed out correctly that I was trying to set this variable using csh compatible commands and was really using the bourne shell :( should have known.. I am going to try and stick with one shell from now on and create less confusion and work for myself :) but the following is the fix that most of you guys recommended and it did work: LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib; export LD_LIBRARY_PATH I also added this to my /etc/profile to make these changes permanent. Thanks yet again for all your replies resulting in a quick turnaround. Simran H. -- > Hi Guys, > > I just jumpstarted a ultra5 with Solaris 9 and was trying to install > apache. However, everytime I run apachectl, I get the following error: > > # ./apachectl start > Syntax error on line 240 of /usr/local/apache/conf/httpd.conf: > Cannot load /usr/local/apache/libexec/libssl.so into server: ld.so.1: > /usr/local/apache/bin/httpd: fatal: libssl.so.0.9.6: open failed: No such > file or directory > ./apachectl start: httpd could not be started > # > > I checked my Env. variables: > # env > HOME=/ > HZ= > LOGNAME=root > PATH=/usr/sbin:/usr/bin > SHELL=/sbin/sh > TERM=xterm > TZ=US/Central > # > > and could not find LD_LIBRARY_PATH anywhere.. so I issued the following > command: > > set LD_LIBRARY_PATH=/usr/local/ssl/lib > > But, that din't seem to help either :( So, I added this line to my > /etc/profile file as well hoping that it would work but still no luck.. > Any ideas as to how I can add that path to LD_LIBRARY_PATH so that I can > get apache to find those libraries? Also, /etc/profile is where root > would get itz default path from right? > > Any suggestions or comments would be grately appreciated. > > Thanks in advance, > Simran H. > _______________________________________________ > sunmanagers mailing list > sunmanagers@sunmanagers.org > http://www.sunmanagers.org/mailman/listinfo/sunmanagers _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Mon Jul 21 11:10:30 2003
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:17 EST