I tried installing the latest version of PHP on SME5.6 on my server. After this PHP was fine but I was unable to install MySQL and PostgreSQL support on it. I used the following RPM's
php-4.3.4-1db.i386.rpm
php-mysql-4.3.4-1db.i386.rpm
php-devel-4.3.4-1db.i386.rpm
php-pgsql-4.3.4-1db.i386.rpm
php-imap-4.3.4-1db.i386.rpm
php-snmp-4.3.4-1db.i386.rpm
php-ldap-4.3.4-1db.i386.rpm
Can anyone tell me what I need to do to get MySQL and PHP working with these.
I also tried downgrading to PHP-4.3.2-4 In this case MySQL worked, PostgreSQL doesn't. These are the RPM's:
php-4.3.2-4db.i386.rpm
php-ldap-4.3.2-4db.i386.rpm
php-devel-4.3.2-4db.i386.rpm
php-mysql-4.3.2-4db.i386.rpm
php-imap-4.3.2-4db.i386.rpm
php-pgsql-4.3.2-4db.i386.rpm
Could anyone please advise how to get these working wit both MySQL and Postgres. I am very new to this system and would really appreciate detailed instructions. Thanks.
DK