Date: Mon, 5 Jan 2009 20:30:44 -0500 From: "Josh Carroll" <josh.carroll@gmail.com> To: "Jim Pazarena" <fquest@ccstores.com> Cc: freebsd-questions@freebsd.org Subject: Re: 7.1 release / apache22 / php5 Message-ID: <8cb6106e0901051730jb03affayc1b179d20e676d9e@mail.gmail.com> In-Reply-To: <4962AB3A.9030108@ccstores.com> References: <4962AB3A.9030108@ccstores.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 5, 2009 at 7:52 PM, Jim Pazarena <fquest@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cb6106e0901051730jb03affayc1b179d20e676d9e>