I've installed php, mysql and httpd as packages. I've also done './configure' '--with-mysql=/usr/local/mysql' '--with-apxs2=/usr/sbin/apxs'.
Then when I do:
[root@server log]# php -v
PHP 5.1.2 (cgi) (built: Mar 30 2006 02:05:55)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
Then I do:
[root@server log]# rpm -qa | grep -i php
php-imap-5.0.4-10
php-dba-5.0.4-10
php-pgsql-5.0.4-10
php-bcmath-5.0.4-10
php-xml-5.0.4-10
php-mbstring-5.0.4-10
php-odbc-5.0.4-10
php-devel-5.0.4-10
php-snmp-5.0.4-10
php-5.0.4-10
php-soap-5.0.4-10
php-ldap-5.0.4-10
php-xmlrpc-5.0.4-10
php-ncurses-5.0.4-10
php-pear-5.0.4-10
This last output is from when I loaded fedora core 4 - I'm assuming
What I ultimately want to do is add gd support for php but I've already built
everything for a Gallery pictures application and I'm worried that if I blow
away this php (currently working 5.1.2) I'll screw up the application.
Can someone give me some guidance ?