I use yum as my package manager on CentOS, running as a testing web server. I want to re-configure PHP with --with-mysqli=mysqlnd, but do it through yum. Is this possible, and if so, how?

At the moment, mysqli is already installed, but uses the default libmysql.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

CentOS has left out MySQLND of their build. You have to find some third party repository where php5-mysqlnd is compiled. For example Remis one

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.