Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Undefined symbol 'dbm_fetch' with the Apache server  (Read 2766 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
Undefined symbol 'dbm_fetch' with the Apache server
« 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.