Date: Mon, 05 Jan 2009 17:40:35 -0800 From: Jim Pazarena <fquest@ccstores.com> To: freebsd-questions@freebsd.org Subject: Re: 7.1 release / apache22 / php5 Message-ID: <4962B693.1070703@ccstores.com> In-Reply-To: <8cb6106e0901051730jb03affayc1b179d20e676d9e@mail.gmail.com> References: <4962AB3A.9030108@ccstores.com> <8cb6106e0901051730jb03affayc1b179d20e676d9e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Josh Carroll wrote: > 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 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@ccstores.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4962B693.1070703>