This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Apache / error_log keep reporting "Failed loading" ioncube module even though it's loaded
« on: June 02, 2017, 08:22:00 PM »
Hope someone can point me to the right direction.
I keep getting these lines in my Apache error_log:
I have installed PHP 5.4 via CWP PHP Selector. And in the ini file for this PHP version -
What is still causing the above error messages? Which config or ini file should I edit to tell PHP or Apache where to find those files it's looking for?
Obviously that location mentioned in the error reports, does not exist.
I keep getting these lines in my Apache error_log:
Code: [Select]
Failed loading /usr/php/54/usr/lib64/php/modules/ioncube_loader_lin.so: /usr/php/54/usr/lib64/php/modules/ioncube_loader_lin.so: cannot open shared object file: No such file or directory
Failed loading /usr/php/54/usr/lib64/php/modules/ZendGuardLoader.so: /usr/php/54/usr/lib64/php/modules/ZendGuardLoader.so: cannot open shared object file: No such file or directory
I have installed PHP 5.4 via CWP PHP Selector. And in the ini file for this PHP version -
Code: [Select]
/opt/alt/php54/usr/php/php.ini
... I have added the following lines to point to where my ioncube loader files are located:Code: [Select]
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so
zend_extension_ts = /usr/local/ioncube/ioncube_loader_lin_5.4_ts.so
What is still causing the above error messages? Which config or ini file should I edit to tell PHP or Apache where to find those files it's looking for?
Obviously that location mentioned in the error reports, does not exist.
Pages: [1]