7.1 release / apache22 / php5

Jim Pazarena fquest at ccstores.com
Mon Jan 5 17:40:38 PST 2009


Josh Carroll wrote:
> 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

the httpd config file isn't the issue. it hasn't changed in a few years. yes,
I do have the correct entries.

what I do NOT have is the actual libphp5.so library file! it doesn't exist on my system,
so apache complains that it can't open it.

-- 
Jim Pazarena  fquest at ccstores.com


More information about the freebsd-questions mailing list