Apache2, PHP 5.2.8 Working - CRM Install Wizard Doesn't See the PHP Version
- by nicorellius
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.