I was trying to compile the courier authentication library and while compiling i was getting this weird error
“Cannot find either the gdbm or the db library. “
Since i was using centos 4, i noticed that gdbm or berkeley db was needed and i just installed the packages of gdbm
yum install gdbm gdbm-devel
and that fixed the problem!
Similar Posts:
- Install ClamAV in Centos with Cpanel
- Easy Install FFmpeg in Linux
- Install Snort Intrusion Detection & Prevention System for Linux
- HOWTO: Install PEAR for php in Linux
- bind /etc/named.conf missing
- Install ModSecurity for Redhat/Centos
- Capturing a Screenshot of a Website
- [Fix] Ziplib compile error with zziptest.c
- Fix: FreeFontPath: FPE “unix/:7100″ refcount is 2, should be 1; fixing
- Install LAMP Server for Centos/RHEL




