Adding Mail with Exim - Install the BerkeleyDB Library
(Page 3 of 9 )
Exim makes use of a DBM library in its operations. Once the library has been installed, an entry should be added to ld.so.conf and cached with ldconfig so that Exim and future programs may compile against it.
Configure and install the library.
# cd db-4.3.27/build_unix # ../dist/configure # make && make install |
Add the library to the linker cache.
# echo "/usr/local/BerkeleyDB.4.3/lib" >> /etc/ld.so.conf # ldconfig |
Next: Install Exim >>
More Miscellaneous Articles
More By bluephoenix