> So I created a soft link like this: > /usr/lib/libmysqlclient.so.10 -> libmysqlclient.so.12.0.0 uh? Don't do that. That could very well be causing your problem. The mysql.so that came from your php-mysql package was compiled against a different mysqlclient library. Either match them up, or build the mysql.so yourself from the src rpm. -Rasmus -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php