I installed apache then I am installing php and it says to run httpd -l and see if it has these two...
http_core.c mod_so.c
Well I don't have the mod_so.c
how do I make it be where ever it needs to be
Ben
You need to enable mod_so in Apache. When you execute ./configure, you can enable mod_so with --enable-module=so. That is ./configure --enable-module=so