Thanks Narendra,
Even i had thought of the same but its
still the same problem,
Till last week ,this instance was running
smoothly but now suddenly it has stopped even starting... no error messages
anywhere...
DNSname has been registered correctly
.
Since instance first reads the
conf file & then runs, i m now getting error when i hit the url "http://<ip>:80"
saying "connection refused".If instance is not running,then
obviously url would fail.
I am trying to check all other probabilities
with installation & properties file etc .
Just to cross check ,
here is what i found
RE: ld.so.1: httpd: fatal:
libaprutil-0.so.0: open failed: No such file or directory Killed
Hi,
Because libaprutil-0.so.0
is not in library path.
Just set the path
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<directory
that contains file libaprutil-0.so.0 >
for example if your file in
usr/ucb/
libaprutil-0.so.0 Then set path export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:usr/ucb
Then run your server.
Thanks
Narendra
-----Original Message-----
From: AK835@xxxxxxxxxxxx [mailto:AK835@xxxxxxxxxxxx]
Sent: Thursday, April 03, 2008 8:38 PM
To: users@xxxxxxxxxxxxxxxx
Subject: ld.so.1: httpd: fatal: libaprutil-0.so.0: open
failed: No such file or directory Killed
Friends,
I have installed IBM http server 6.0 on solaris 5.10.It installs successfully
but i am unable to start the web server instance i have created.
Also i tried running commands written in shell executable ,which starts
this web server instance,i got following message.