Why do I get libdb.so.2 cannot open shared object file messages with Redhat 8.0?Red Hat no longer supply libdb1 as part of libc so it will be neccessary to install it if you receive the message above. It's supplied in the gnome-libs package in the official Red Hat release, and instructions on how to extract and install it are given below, assuming you don't want the rest of the Gnome libraries installed on your web-server. Alternatively, a third party binary RPM is available or you can compile it from source. Instructions for each of these methods are given below. Binary from the official gnome-libs RPMFetch the gnome-libs rpm from your favourite mirror, CD or from:
Copy it to a working directory, and run:
This will extract the contents of the rpm into the current directory. As root, copy the library to /usr/local/lib, and create the required link:
Ensure that /etc/ld.so.conf contains "/usr/local/lib", and run ldconfig:
ZWS should now work correctly. Binary from third-party db1 RPMThis is available from: http://www.megaloman.com/~hany/RPM/doors2.4/jr/db1-1.85-0.3.i386.html be downloaded and installed using rpm in the usual way. This hasn't been tested but an examination of the symbols exported by the provided libdb1.so.2 indicates that this should work. Direct from sourceThe original Berkley DB source us available from: http://dev.sleepycat.com/downloads/releasehistorybdb.html At the time of writing there are five patches which you may need to apply to the tarball. Check the website for details. |
Recently...
Other Resources
|





