Xi6.org

How To install Zend Ioncube Loader PHP Ubuntu Linux

by on Feb.20, 2009, under linux/ubuntu

Download the current tarbal for your architecture. (Mine is x86_64) Choose your’s accordingly.

wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz

next extract it

tar -zxvf ioncube_loaders_lin_x86-64.tar.gz

move the loader you need or just extract the whole dir to whatever location

sudo mv -R ioncube/ /usr/local/lib/

Edit your php ini file and add the following line:

sudo nano /etc/php5/apache2/php.ini

zend_extension=”/usr/local/lib/ioncube/ioncube_loader_lin_x.x.so”

restart apache

sudo /etc/init.d/apache restart

(or)

sudo apache2ctl restart

:, , ,
2 comments for this entry:
  1. Bill

    Thanks for the info.

    This…
    sudo /etc/init.d/apache restart

    Should be…
    sudo /etc/init.d/apache2 restart

  2. Nick

    -R is not a valid option for the mv command, use cp -R instead. I generally like to keep track of plugins of my servers in my /root/ directory.

Leave a Reply

You must be logged in to post a comment.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...