On 2016-01-26 21:30, Wolfgang Mader wrote:
On 01/26/2016 09:21 PM, Maykel Franco wrote:
[000][+][[user@arch-xbmc: /etc/php]] $ php --version PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mysql.so' - /usr/lib/php/modules/mysql.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/modules/openssl.so' - /usr/lib/php/modules/openssl.so: cannot open shared object file: No such file or directory in Unknown on line 0
If I recall correctly, openssl is now integrated so no module must be loaded any more (and so this module has vanished).
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/posix.so' - /usr/lib/php/modules/posix.so: cannot open shared object file: No such file or directory in Unknown on line 0
Can I help me please?
And the mysql module has been removed in favour of mysqli and PDO. You seem to have updated to PHP 7 without having had a look at the php.ini.pacnew, which is the way to go now.