Hi
On a freshly installed FreeBSD 8.1 I used sysinstall to install the package apache-2.2.15_9. I'm trying to install PHP5 (using sysinstall) packages php5-5.3.2_1 and php5-extensions1.4.
In httpd.conf I add the line
and edit the IfModule section as required. BUT... Why is /usr/local/libexec/apache22/libphp5.so not there? I know it is supposed to be built automatically, but apparently not.
I've tried using the Ports (lang/php5): make config -> checking that the Apache module is included -> make install .... no luck.
What do I do wrong?
On a freshly installed FreeBSD 8.1 I used sysinstall to install the package apache-2.2.15_9. I'm trying to install PHP5 (using sysinstall) packages php5-5.3.2_1 and php5-extensions1.4.
In httpd.conf I add the line
Code:
LoadModule php5_module libexec/apache22/libphp5.so
I've tried using the Ports (lang/php5): make config -> checking that the Apache module is included -> make install .... no luck.
What do I do wrong?