LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-01-2005, 03:48 AM   #1
mak3
LQ Newbie
 
Registered: Oct 2004
Posts: 17

Rep: Reputation: 0
exchange4linux comile problem


Hi,

I am trying to compile exchange4linux on a fresh Debian (Woody) install, I have installed the packages specified by the documentation (zlib1g-dev, libreadline4-dev, libssl-dev, openssl, libldap2-dev, and libsasl2-dev), but when I run 'make all' I get the following failure:

libaprutil.so: undefined reference to 'dbopen'
collect2: ld returned 1 exit status
make[2]: *** [apache2] Error 1
make[2]: Leaving directory <<long path>>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory <<long path>>
make: *** [build-apache2] Error 2

Does anyone have a clue what this means or how to overcome it? (I am quite new to Linux BTW).

Thanks in advance.
 
Old 04-01-2005, 04:25 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
post a little farther up, maybe another 15-20 lines. from what it looks like, it can't find the db library ( which comes in multiple versions, all of which you can have installed on the same system. You need to find out which version it requires).
 
Old 04-01-2005, 05:40 AM   #3
mak3
LQ Newbie
 
Registered: Oct 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Hi,

I have copied a few lines above the error, here they are:

Code:
Making all in dav/fs
make[3]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/dav/fs'
make[3]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/dav/fs'
Making all in mappers
make[3]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[4]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[3]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[2]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules'
Making all in support
make[2]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[3]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[2]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[2]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build'
/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/libtool --silent --mode=compile gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib -I. -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52 -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/os/unix -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/http -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/filters -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/proxy -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/generators -I/usr/include/openssl -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c modules.c && touch modules.lo
/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/libtool --silent --mode=link gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib -I. -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52 -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/os/unix -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/http -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/filters -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/proxy -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/generators -I/usr/include/openssl -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/dav/main -export-dynamic -L/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib   -o apache2  modules.lo  modules/aaa/mod_access.la modules/aaa/mod_auth.la modules/filters/mod_include.la modules/loggers/mod_log_config.la modules/loggers/mod_logio.la modules/metadata/mod_env.la modules/metadata/mod_setenvif.la modules/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_status.la modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la server/mpm/worker/libworker.la server/libmain.la os/unix/libos.la -lssl -lcrypto /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/pcre/libpcre.la /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/libaprutil-0.la -lgdbm -ldb3 /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib/libexpat.la /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/.libs/libaprutil-0.so: undefined reference to `dbopen'
collect2: ld returned 1 exit status
make[2]: *** [apache2] Error 1
make[2]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build'
make: *** [build-apache2] Error 2
Does that shed any more light on the problem?
 
Old 04-01-2005, 05:53 AM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Quote:
Originally posted by mak3
Hi,

I have copied a few lines above the error, here they are:

Code:
Making all in dav/fs
make[3]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/dav/fs'
make[3]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/dav/fs'
Making all in mappers
make[3]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[4]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[3]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules/mappers'
make[2]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/modules'
Making all in support
make[2]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[3]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[2]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/support'
make[2]: Entering directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build'
/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/libtool --silent --mode=compile gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib -I. -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52 -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/os/unix -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/http -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/filters -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/proxy -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/generators -I/usr/include/openssl -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c modules.c && touch modules.lo
/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/libtool --silent --mode=link gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/srclib/apr-util/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib -I. -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52 -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/os/unix -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/server/mpm/worker -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/http -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/filters -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/proxy -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/include -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/generators -I/usr/include/openssl -I/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/modules/dav/main -export-dynamic -L/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib   -o apache2  modules.lo  modules/aaa/mod_access.la modules/aaa/mod_auth.la modules/filters/mod_include.la modules/loggers/mod_log_config.la modules/loggers/mod_logio.la modules/metadata/mod_env.la modules/metadata/mod_setenvif.la modules/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_status.la modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la server/mpm/worker/libworker.la server/libmain.la os/unix/libos.la -lssl -lcrypto /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/pcre/libpcre.la /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/libaprutil-0.la -lgdbm -ldb3 /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/xml/expat/lib/libexpat.la /root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl
/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build/srclib/apr-util/.libs/libaprutil-0.so: undefined reference to `dbopen'
collect2: ld returned 1 exit status
make[2]: *** [apache2] Error 1
make[2]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/exchange4linux-all-3.0.0.0-8/apache2-2.0.52/upstream/tarballs/httpd-2.0.52/build'
make: *** [build-apache2] Error 2
Does that shed any more light on the problem?
the problem is here ( the highlighed red portion). make sure you have it - I'll post back in a minute.
 
Old 04-01-2005, 06:08 AM   #5
mak3
LQ Newbie
 
Registered: Oct 2004
Posts: 17

Original Poster
Rep: Reputation: 0
how do I make sure I have it? I tried 'apt-get install ldb3' but it says it can't find the package
 
Old 04-01-2005, 06:24 AM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
whenever you see a linker command ( -l<somthing>), substitute "lib" for -l. for example if it says -lX11, that means the linker is looking through your lib path for a "libX11" ( which will have suffixes on it, but that s not important for our purposes). basically, it's looking for libdb3, which will probably be libdb-3.x. Sorry, but I don't ( and won't ) use debian so I'm not sure what apt expects you to input for the db packages ( as mentioned above, there are several versions and they can coexist on the same system without conflicts)

look in the README or on the package's ( the one your building) web site to try to find out exactly what version of db it is requiring ( 1.85, 3.x or 4.x)
 
Old 04-01-2005, 06:58 AM   #7
mak3
LQ Newbie
 
Registered: Oct 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Would that commnd you highlighted not mean that it requires version 3?

If so, how would I find out what version I have?
 
Old 04-01-2005, 02:48 PM   #8
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
it depends on the package on what version it's looking for, some can use different versions but will try to use whatever they find. As far as finding out what you have, look in /usr/lib or /lib and look for the libdb* files, it's hard to say what your distro comes with. or use apt to query the package database.
 
Old 04-04-2005, 03:41 AM   #9
mak3
LQ Newbie
 
Registered: Oct 2004
Posts: 17

Original Poster
Rep: Reputation: 0
In /usr/lib I have:
Code:
libdb-3.2.so
libdb-3.so
libdb-4.2.so
libdb-4.3.so
libdb.a
libdb.so
libdb-3.a
libdb-3.la
libdb-3.so
libdb-3.so.2
libdb-3.so.3.0.2
In /lib I have:
Code:
libdb.so.2
libdb.so.3
libdb1-2.2.5.so
libdb1.so.2
libdb2.so.2
libdb2.so.2.7.7
Looks like I have more than one version there, how do I go about removing the older versions?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
This is how I comile a kernel cereal83 Slackware 26 04-16-2005 12:43 PM
exchange4linux says it has a dependency on libdb4-1.0.so, which is in the /libs direc weburt Linux - Software 0 03-04-2004 10:47 AM
perl problem? apache problem? cgi problem? WorldBuilder Linux - Software 1 09-17-2003 07:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration