Apache2, PHP 5.2.8 Working - CRM Install Wizard Doesn't See the PHP Version
Posted
by nicorellius
on Server Fault
See other posts from Server Fault
or by nicorellius
Published on 2010-06-07T19:54:34Z
Indexed on
2010/06/07
20:02 UTC
Read the original article
Hit count: 643
The Apache2 server and PHP version seem to be in order, but when I launch the CRM installer at
http://localhost/<CRM dir>/install.php
The wizard says I need a minimum of PHP 5.1 and preferably PHP 5.2.x. The thing is, I am running PHP 5.2.8, and I know this from running
php --version
Plus, I spent a bunch of time learning how and (I thought, successfully) compiling PHP 5.2.8. It is quite likely I screwed up and don't have some libraries I need, but I'm not sure where to look first.
Thanks in advance.
© Server Fault or respective owner