Results 1 to 8 of 8
guys i need your opinion, i use slack10.2 to install my apache 1.3.34 (package from the slacksite) but when i was about to start it,(running etc/rc.d/rc.httpd start) here was the ...
- 03-08-2006 #1Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
cannot find libdb-4.4.so
guys i need your opinion, i use slack10.2 to install my apache 1.3.34 (package from the slacksite) but when i was about to start it,(running etc/rc.d/rc.httpd start) here was the message:
error: cannot find standard object file: libdb-4.4.so
/usr/sbin/apachectl
note: i tried finding it...but no result...
any idea?
P4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9
- 03-08-2006 #2
That means you are missing libdb (http://sourceforge.net/projects/libdb/).
You can compile it from source or use checkinstall to make a slackware package (not sure how to use it cause I don't need to).
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 03-08-2006 #3Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
the version located at the site is 0.3,,but the missing libdb in my post is 4.4.so is it the same>?
P4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9
- 03-09-2006 #4Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
exact error message: libdb
root@darkstar:/etc/rc.d# /etc/rc.d/rc.httpd start
/usr/sbin/httpd: error while loading shared libraries: libdb-4.4.so: cannot open shared object file: No such file or directory
/usr/sbin/apachectl start: httpd could not be started
root@darkstar:/etc/rc.d#
guys this is the exact message that came out after i started httpd.. hoping for your help..thanksP4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9
- 03-09-2006 #5Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
have you got the aaa_elflibs package installed?Code:root@zeus:/var/log/packages# grep libdb-4 * aaa_elflibs-10.2.0-i486-3:lib/libdb-4.2.so root@zeus:/var/log/packages#
- 03-17-2006 #6Just Joined!
- Join Date
- Jul 2004
- Location
- Indonesia
- Posts
- 3
try installing db44-4.4.20-i486-1.tgz from l directory (from Slackware-current)
- 09-07-2006 #7Just Joined!
- Join Date
- Sep 2006
- Location
- Brazil
- Posts
- 1
Got it Working
I got the same error messagem after upgranding apache 1.3.33 to apache 1.3.37:
"error while loading shared libraries: libdb-4.4.so"
So I got it fixed by instaling the package:
db44-4.4.20-i486-1
Then I got another problem:
"error while loading shared libraries: libmm.so"
I solved the problem by instaling the following package:
mm-1.4.2-i486-1
and upgrading the package
aaa_elflibs-10.2.0-i486-3 to aaa_elflibs-11.0.0-i486-8
Then, the last problem:
"error while loading shared libraries: libldap.so"
Solved by installing this package:
openldap-client-2.3.27-i486-1
I Hope this may help!
- 09-07-2006 #8
As Slackware doesnt have anyway to resolve dependencies it just install the package. You can either find a TGZ at linuxpackages.net or as I do steal the lib from a debian package
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote