I see they are only warnings and not errors. But what do they actuall state and what may I do to prevent this? It is said that the problem is a php bug in some forums, but I could not find an explanation or workaround.
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-zts-20100525/mysqli.so' - /usr/lib/php/extensions/no-debug-zts-20100525/mysqli.so: 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/extensions/no-debug-zts-20100525/openssl.so' - /usr/lib/php/extensions/no-debug-zts-20100525/openssl.so: 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/extensions/no-debug-zts-20100525/mysql.so' - /usr/lib/php/extensions/no-debug-zts-20100525/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
Could these errors explain why a php script with mysql statesments is failing while connecting the server?
I am getting error PHP Fatal error: Call to undefined function mysqli_connect()
I have the following php packages installed
php 5.4.23 development
php-cli 5.4.23 development
php-common 5.4.23 development
php-mysql 5.4.23 development
php-mysqli 5.4.23 development
php-openssl 5.4.23 development