• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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