Admin-Ahead Community

Linux => Control Panels => DirectAdmin => Topic started by: Jithin on December 06, 2013, 11:33:09 pm

Title: Undefined symbol 'dbm_fetch' with the Apache server
Post by: Jithin on December 06, 2013, 11:33:09 pm
If you get this error when trying to start apache, run the following (example uses apache 1.3.37, change the version as needed to match the version you have):

cd /usr/local/directadmin/customapache/apache_1.3.37/src/modules/standard
gcc -shared -o mod_rewrite.so mod_rewrite.lo -lgdbm
cd ../../..
make install

Restart apache and it should be fixed up.