I got it working… my PHP version 4.3.2.
My “/usr/lib/php4/mysql.so” seems to be corrupted or incompatible so I downloaded this file = php-mysql-4.3.2-1.i386.rpm.
Note that they have different version, well that’s because I cannot find an exact package for my PHP. So naturally, it would complain about the dependencies so I force install it with nodeps.
$rpm -ivh php-mysql-4.3.2-1.i386.rpm –nodeps
I don’t recommend this however, what I’m saying is that it works for me.
Cheers.