I am using Apache 2 on a virtual machine running a LAMP stack (mysql version 5.6). When I try to restart the server I am getting this error;
DBD: Can't load driver file apr_dbd_mysql.so
I have made sure that the apr_dbd_mysql.so file is inside the apache modules directory (../apache2/modules/). However that is not fixing the problem.
Wondering is there anyway I can load it up through httpd.conf ? if so which is the way to load it up?
Can someone help me fix this bug ?
Thanks