• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

php_ioncube_loader_lin_4.3.so getting loaded someplace

J

jbarney

Guest
I'm running CentOS 4.6 and recently updated php and mysql to 5. It's been a rocky transition and I have two issues I'm having trouble sorting out and would love any tips on how to resolve these.

First my main /var/log/httpd/error_log is saturated with these:

Failed loading /usr/lib/php4/php_ioncube_loader_lin_4.3.so: /usr/lib/php4/php_ioncube_loader_lin_4.3.so: undefined symbol: zend_hash_add_or_update

So naturally I went out updated ioncube with yum but the problem will not go away. The php.d/ioncube_loader.ini file points to an entirely different file:

ioncube-loader.ini:zend_extension=/usr/lib/php/modules/php_ioncube_loader_lin_5.1.so

How can I find out where this is getting loaded and get rid of this?

Secondly trying to get fileinfo() working in php5 is causing me a lot of grief, I install it via pear, added the extension=fileinfo.so to the php.ini, copied the .so to the oho modules dir, chmod 755, I'm at a loss...

Any guidance would be extremely helpful.
 
Is it possible the psa suexec file has this hard wired in?
 
Back
Top