php-mysql compile error

#1
Hi,
im trying to roll back to php 5.3 or 5.2 but during compile i have this err:

configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!
**ERROR** Could not configure PHP build
 
#3
Hi,
should i use also for pdo and mysqli:
'--with-pdo-mysql' should be '--with-pdo-mysql=mysqlnd' ?
'--with-mysqli=mysqlnd' should be '--with-mysqli=mysqlnd' ?

Regards,
 
Last edited:
Top