Download the current tarbal for your architecture. (Mine is x86_64) Choose your’s accordingly.
next extract it
move the loader you need or just extract the whole dir to whatever locationtar -zxvf ioncube_loaders_lin_x86-64.tar.gz
Edit your php ini file and add the following line:sudo mv ioncube/ /usr/local/lib/
restart apachesudo nano /etc/php5/apache2/php.ini
zend_extension=”/usr/local/lib/ioncube/ioncube_loader_lin_x.x.so”
(or)sudo /etc/init.d/apache restart
sudo apache2ctl restart