Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache problem on Fedora Core 2

Status
Not open for further replies.

blaster99

MIS
Aug 11, 2004
17
US
I have a pretty simple setup of Fedora Core 2 up and running. I have upgraded to httpd2.0.50-2.1.i386. When I try and start the apache server with service httpd start I get the following error:


Starting httpd: /usr/sbin/httpd: error while loading shared libraried: /usr/sbin/libaprutil-0.so.0: undefined symbol: gdbm_errno [FAILED]


I have tried just looking in the /usr/sbin/httpd and I can not even find it. I really don't know if this is supposed to be a folder a file or what, but I can not see it.

Any help with this matter would be greatly appreciated.

Thank you in Advance,
Sean

 
A shot in the dark, because I don't have that problem...

do you have gdbm installed? I have gdbm-1.8.0-22.1, but I also have httpd-2.0.51-2.7 and I can't find any dependencies on gdbm in my installation.
 
I have checked and had gdbm already installed. I even re-installed and I am still getting the same error.
 
/usr/sbin/libaprutil-0.so.0 looks wrong. It shouldn't be in sbin, it should be in /usr/lib, did you move it?

do: file /usr/sbin/libaprutil-0.so.0
it should say ELF 32-bit LSB shared object
 
sorry that was a typo, it is in the /usr/lib/

I ran the command: file /usr/lib/libaprutil-0.so.0 and got back this.


/usr/lib/libaprutil-0.so.0: symbolic link to 'libaprutil-0.so.0.9.5


Please let me know what you think.
 
Then, let's try: file /usr/lib/libaprutil-0.so.0.9.5 (who saw that coming?)
 
ok this was the response back from: file /usr/lib/libaprutil-0.so.0.9.5


/usr/lib/libaprutil-0.0.9.5: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top