Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-09-2006, 05:09 AM
|
#1
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Rep:
|
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
i already looked at the site, ( http://sourceforge.net/projects/libdb/).
but the version located at the site is 0.3,,
|
|
|
03-09-2006, 05:42 AM
|
#2
|
Member
Registered: Aug 2002
Posts: 150
Rep:
|
I guess you are trying to install Apache from current? Apache in 10.2 is linked against db 3.3. Install the package from 10.2, and the db3 package (should not be necessary, since it is also in aaa_elflibs). If you upgraded to -current, install the db4 package.
|
|
|
03-09-2006, 03:11 PM
|
#3
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
where can i get that libdb?
|
|
|
03-09-2006, 03:34 PM
|
#4
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
|
|
|
03-09-2006, 03:41 PM
|
#5
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
1. hmm is this the thing i needed?
2. how will i install this? using installpkg ..right?
|
|
|
03-09-2006, 04:27 PM
|
#6
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
exact error mesage: 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 s hared object file: No such file or directory
/usr/sbin/apachectl start: httpd could not be started
root@darkstar:/etc/rc.d#
guys that was the exact error message... any suggestions?
|
|
|
03-09-2006, 07:03 PM
|
#7
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,815
|
have you run ldconfig after installation??
|
|
|
03-10-2006, 05:07 AM
|
#8
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
no, not yet.. i stopped when that error message came out.. m still in the process of finding the solution here and in google.
|
|
|
03-10-2006, 10:17 PM
|
#9
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,815
|
well, perhaps that's the problem, you haven't run ldconfig to tell your system that you have installed a new library. usually ldconfig will be executed at boot time, but in case you have just installed a new library, it's wise to call it again, since you are going to use the new library right away
|
|
|
03-23-2006, 06:42 AM
|
#10
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
how will i do that? pls help
|
|
|
03-23-2006, 11:53 AM
|
#11
|
Senior Member
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914
Rep:
|
|
|
|
03-23-2006, 02:53 PM
|
#12
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
Quote:
Originally Posted by jong357
|
i have already restarted my X but still, apache does not start
|
|
|
03-23-2006, 04:46 PM
|
#13
|
Member
Registered: Nov 2005
Location: ABAP
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 389
Original Poster
Rep:
|
mistake on using package build number
Package apache-1.3.33-i486-1 upgraded with new package ./apache-1.3.34-i486-2.tgz. i have committed a mistake... the package that i upgraded was for the CURRENT slack, it should be (-1).tgz NOT (-2).tgz NOW my apache has been started.. ( i got the right package using gftp)
lesson learned: don't just install package with same filenames ....check for its version.
Last edited by ic_torres; 03-23-2006 at 04:48 PM.
|
|
|
All times are GMT -5. The time now is 03:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|