int Posted February 15, 2010 Share Posted February 15, 2010 (edited) I'm running CentOS 5.4 x86, Kernel: 2.6.18-164, PHP 5.2.9 I spent a whole day trying to figure out the annoying: "Site ___ requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator." error After trying everything under the sun, I finally did this to resolve it: 1) Add the ATOMIC repo to the YUM repository by issuing the following command as root: # wget -q -O - http://www.atomicorp.com/installers/atomic |sh 2) Use yum to install ioncube_loader: # yum install php-ioncube-loader I didn't even have to "service httpd restart" after that. My php -q commands (in Crontab) all started to work immediately. Hope this helps others! Edited February 15, 2010 by int 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.