I have tried my best to see if I can add the modules mod_dbd
and mod_auth_dbd
into Apache but I can't seem to get them to work. I am not sure if I am doing this correct, inside the httpd.conf
file I have this line:
LoadModule dbd_module modules/mod_dbd.so
Is this how you meant to add the module for mod_dbd
?
After putting this line of code inside myhttpd.conf
file, when I try to restart my sever I am getting an error:
Cannot open shared object file : No such file or directory
Thanks