I wanted to upgrade my version of php from 5.3 to 5.6. In addition, I was previously using suPhp, and decided to mod_php+mod_ruid2 over suPhp.
The method I used was to completely reinstall everything using these Custombuild 2 instructions:
http://help.directadmin.com/item.php?id=555
(Note - I altered the options.conf file to enable zend, ioncube, suhosin, mod_ruid2.)
Afterwards, I checked PHP version:-
As you can see above, several libraries I previously enabled (curl, php_gd2, fileinfo) now do not appear to be loading.
Can anyone kindly suggest where I've gone wrong here? I checked the file /usr/local/lib/php.ini but can;t see anything pointing to the referenced directory "no-debug-non-zts-20131226".
themadguru
The method I used was to completely reinstall everything using these Custombuild 2 instructions:
http://help.directadmin.com/item.php?id=555
(Note - I altered the options.conf file to enable zend, ioncube, suhosin, mod_ruid2.)
Afterwards, I checked PHP version:-
Code:
# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/php_curl.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/php_curl.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/local/lib/php/extensions/no-debug-non-zts-20131226/php_fileinfo.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/php_fileinfo.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/local/lib/php/extensions/no-debug-non-zts-20131226/php_gd2.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/php_gd2.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/local/lib/php/extensions/no-debug-non-zts-20131226/php_gettext.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/php_gettext.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.6.11 (cli) (built: Jul 23 2015 13:20:58)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.
As you can see above, several libraries I previously enabled (curl, php_gd2, fileinfo) now do not appear to be loading.
Can anyone kindly suggest where I've gone wrong here? I checked the file /usr/local/lib/php.ini but can;t see anything pointing to the referenced directory "no-debug-non-zts-20131226".
themadguru