On Nov 24, 2007, at 07:01:56, ApplePro wrote:
By your pseudo-name you give the impression that you know something about Mac OS X which also implies you know a little more than the basics but ask a question that is extremely basic and expected from someone who is wet behind the ears. You have two issues, the php apache module you're loading is from the older 5.1.6 branch and your php.ini is trying to load php modules from the 5.2.5 build. OLD PHP EXTENSION DIRECTORY: /usr/lib/php/extensions/no-debug-non-zts-20050922 NEW PHP EXTENSION DIRECTORY /usr/lib/php/extensions/no-debug-non-zts-20060613 This leave you with 2 options, load the newer apache php module or change your php.ini to point to the OLD PHP EXTENSION DIRECTORY. You should be able to locate the new module you built by looking in the php source directory that you built in, then look in your apache module directory for a file of the same name and date. One issue that occurs a lot in linux is that the module defined in the httpd.conf file isn't stored in the apache module directory so look and see where it's loading this module from and either copy the new one or point the path to the new module. -- Dale |
Attachment:
PGP.sig
Description: This is a digitally signed message part
- Follow-Ups:
- Re: PHP doesn't work with Apache2
- From: Keith Roberts
- Re: PHP doesn't work with Apache2
- From: ApplePro
- Re: PHP doesn't work with Apache2
- References:
- PHP doesn't work with Apache2
- From: ApplePro
- PHP doesn't work with Apache2
- Prev by Date: PHP doesn't work with Apache2
- Next by Date: Re: PHP doesn't work with Apache2
- Previous by thread: PHP doesn't work with Apache2
- Next by thread: Re: PHP doesn't work with Apache2
- Index(es):