Here is a short tutorial for IONCUBE Loader installation.
Create the IONCUBE Directory
- Code: Select all
mkdir /opt/ioncube
Go to IONCUBE Directory
- Code: Select all
cd /opt/ioncube/
Download IONCUBE Loader
- Code: Select all
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
Extract the Files
- Code: Select all
tar xvfz ioncube_loaders_lin_x86-64.tar.gz
Copy the Loader
- Code: Select all
cp ioncube/ioncube_loader_lin_5.3.so /opt/ioncube/
Add the IONCUBE Loader in your php.ini
- Code: Select all
zend_extension = /opt/ioncube/ioncube_loader_lin_5.3.so
Restart the Webserver
- Code: Select all
service httpd restart
Done!
All the commands listed hereis valid for: CentOS 5.x > 6.x
connection closed.