简体   繁体   中英

PHP Warning : PHP Startup: Unable to load dynamic library 'usr/lib/php/20151012/php_pdo_firebird.dll

when I try to run command "PHP" I have an error:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib
/php/20151012                                                                                                                 
/php_pdo_firebird.dll' - /usr/lib/php/20151012/php_pdo_firebird.dll:
cannot open
shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/li
b/php/20151012
/php_pdo_oci.dll' - /usr/lib/php/20151012/php_pdo_oci.dll: cannot open 
shared ob 
ject file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/
php/20151012
/php_pdo_oci.dll' - /usr/lib/php/20151012/php_pdo_oci.dll: cannot open 
shared ob 
ject file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/
php/20151012 
/php_pdo_odbc.dll' - /usr/lib/php/20151012/php_pdo_odbc.dll: cannot 
open shared 
object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib        
/php/20151012
/php_pdo_pgsql.dll' - /usr/lib/php/20151012/php_pdo_pgsql.dll: cannot 
open share 
d object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/
php/20151012
/php_pdo_sqlite.dll' - /usr/lib/php/20151012/php_pdo_sqlite.dll:
cannot open sha 
red object file: No such file or directory in Unknown on line 0

I tried to install PHP-mbstring and PHP-Intl but it still not works.

I am running in PHP 7.0 with debian 9. I don't know what to do now.

thanks for answering ! (sorry for my bad English ^^)

Go to your ../php/php.ini file and check if all those .dll files shown as warning are enabled or not. If not enabled, then enable them. If issue still persists, then check your ../php/ext folder to see if you have those .dll files present there. Or else you have to manually download and paste them in that folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM