2015-09-04 64 views
-1

如何在CentOS 6.6和php 5.5中安裝或啓用mysqlnd如何在CentOS 6.6中安裝或啓用mysqlnd [DirectAdmin]

directadmin安裝在服務器和yum命令不起作用。

我使用directAdmin CustomBuild這樣。

--with-mysqli=mysqlnd \ 
--with-pdo-mysql=mysqlnd \ 
--with-mysql=mysqlnd \ 
--with-mysql-sock=/var/lib/mysql/mysql.sock \ 

但經過./build PHPň沒有happend。

請幫幫我。

回答

0

你可以請嘗試下面的命令。

cd /usr/local/directadmin/custombuild 
mkdir -p custom/ap2 
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5 

Make changes to custom/ap2/configure.php5 
Add the following lines 

--with-mysqli=mysqlnd \ 
--with-pdo-mysql=mysqlnd \ 
--with-mysql=mysqlnd \ 
--with-mysql-sock=/var/lib/mysql/mysql.sock \ 

Then rebuild PHP via custombuild 

./build php n