RE: Insall Ioncube Ubuntu 14.04?
04-18-2015, 11:23 PM
(This post was last modified: 04-18-2015, 11:37 PM by Account_Own.)
(04-18-2015, 11:06 PM)apinto Wrote: You took, probably, 30 seconds to post this?
Next time invest 15 seconds clicking on the "How To" section:
http://forums.sentora.org/forumdisplay.php?fid=33
And sorry for being rude but It really get's on my nerves when people ask questions that are on the FIRST post of the How To section...
No be sorry for yourself for being rude.. what you are talking about? I have seen this below which not works for this i ask for..
http://forums.sentora.org/showthread.php?tid=767
If you have nerves click on the left the X to chill out.. please not spam the topic..
The issue has been fixed!
Code:
cd /usr/local/src
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar zxvf ioncube_loaders_lin_x86-64.tar.gz
cd ioncube
mkdir /usr/local/ioncube
Run this php -v (check your php version)
If you have php 5.5. use :
Code:
ioncube_loader_lin_5.5.so
If you have php 5.3 use :
Code:
ioncube_loader_lin_5.3.so
Then :
cp ioncube_loader_lin_5.5.so /usr/local/ioncube/***your link below
Code:
/usr/local/ioncube/ioncube_loader_lin_5.5.so
Example cp ioncube_loader_lin_5.5.so /usr/local/ioncube/ioncube_loader_lin5.5.so
Lets modify PHP.ini
Code:
cd /etc/php5/apache2/
nano php.ini
Press Ctrl-W and search for .so this will take you under dynamic extensions and add
Code:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.5.so
Restart apache
Code:
service apache2 restart