php & pdo_mysql

sp_tims

Verified User
Joined
Jul 30, 2012
Messages
18
Good afternoon.
Before you write here, I looked all references to the problem, but I do not that does not help.

--enable-pdo=shared
--with-pdo-mysql=shared
--with-sqlite=shared
--with-pdo-sqlite=shared

cd /usr/local/directadmin/custombuild
./build update
./build php n

and does not work

I am doing so

https://forum.directadmin.com/showthread.php?t=24448&page=3

stops

/root/tmp/pear/temp/PDO/pdo_dbh.c:1242: warning: assignment from incompatible pointer type
/root/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_dbh_new’:
/root/tmp/pear/temp/PDO/pdo_dbh.c:1413: error: ‘zend_class_entry’ has no member named ‘default_properties’
make: *** [pdo_dbh.lo] Error 1
ERROR: `make' failed

php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/interbase.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/interbase.so: cannot open shared object file: No such file or directory in Unknown on line 0
 
Back
Top