Hi, need some assistance with the following error:
I've edited: /usr/local/directadmin/custombuild/configure/ap2/configure.php5
added:
then:
However still no success, any suggestions?
Code:
PHP Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'pdo_mysql extension is not installed'
I've edited: /usr/local/directadmin/custombuild/configure/ap2/configure.php5
added:
Code:
--enable-pdo=shared \
--with-pdo-mysql=shared \
--with-sqlite=shared \
--with-pdo-sqlite=shared \
then:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build php n
However still no success, any suggestions?