I am having problems with PHP and Apache.
I installed PHP5 from port and it failed. I did a package add and it was giving errors with gallery. So I uninstalled PHP5 and Gallery and decided to install PHP5 from source via the PHP site.
I installed it just fine. Added the lines of config to httpd.conf. Apache gives me an error about libphp5.so not being found. I use the locate command and find libphp5.so in ports, so I copied over to the path in httpd.conf.
Here is what is bugging me.
I see version 5.3.3, but when I make an phpinfo file for my web server I see the wrong version:
http://67.49.120.184/phpinfo.php
Any help would be appreciated.
I installed PHP5 from port and it failed. I did a package add and it was giving errors with gallery. So I uninstalled PHP5 and Gallery and decided to install PHP5 from source via the PHP site.
I installed it just fine. Added the lines of config to httpd.conf. Apache gives me an error about libphp5.so not being found. I use the locate command and find libphp5.so in ports, so I copied over to the path in httpd.conf.
Here is what is bugging me.
Code:
hbca# php -v
PHP 5.3.3 (cli) (built: Oct 16 2010 11:32:03)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
hbca#
I see version 5.3.3, but when I make an phpinfo file for my web server I see the wrong version:
http://67.49.120.184/phpinfo.php
Any help would be appreciated.