How to install or enable mysqlnd in CentOS 6.6 and php 5.5 ?
directadmin installed in server and yum commands not working.
i use directAdmin CustomBuild like this.
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
but after ./build php n nothing happend.
please help me .