Josh Carroll wrote:
On Mon, Jan 5, 2009 at 7:52 PM, Jim Pazarena <fqu...@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  fqu...@ccstores.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to