For installing Ioncube loader in debian follow the steps below.
Now restart apache
Done !!
Get into the server and change the directory where you would like to download the package to.
#cd /usr/local/srcNow download IonCube loader using the command below ( chose according to which architecture you have )
#wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
OR
#wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
Now extract the downloaded file
Now move the directory ioncube to a permanent location
Now edit the php.ini file and add the following ( You can choose the version of ioncube loader the one that suites your needs )
#tar zxvf ioncube_loaders_lin_*.tar.gz
Now move the directory ioncube to a permanent location
#mv ioncube /usr/local/
Now edit the php.ini file and add the following ( You can choose the version of ioncube loader the one that suites your needs )
#vi /etc/php5/apache2/php.ini
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
Now restart apache
#/etc/init.d/apache2 restart
Done !!
No comments:
Post a Comment