7.1 release / apache22 / php5

Josh Carroll josh.carroll at gmail.com
Mon Jan 5 17:30:46 PST 2009


On Mon, Jan 5, 2009 at 7:52 PM, Jim Pazarena <fquest at ccstores.com> wrote:
> for some odd reason, with this latest install (7.1), apache22 complains that
> it cannot find libphp5.so
> I usually compile php5 from ports
> and apache22 from ports
> after I think about it, I have never actually placed libphp5.so anywhere. I
> am not even sure who/what
> causes php5 module to be added to /usr/local/libexec/apache22/libphp5.so
> it's present on my 7.0 system, and missing on my 7.1 system.
> advice would be much appreciated.

Do you have something like:

LoadModule php5_module        libexec/apache22/libphp5.so

in /usr/local/etc/apache22/httpd.conf ?  If not, that's the likely culprit.

You'd also need the <IfModule mod_php5.c> ... </IfModule> block in
there as well (or in an included file).

Regards,
Josh


More information about the freebsd-questions mailing list