(dv) 4.0:Install ionCube Loader Libraries

  • This page was last modified on May 27, 2011, at 14:16.
The (mt) Community Wiki is a collaborative project. Any (mt) Media Temple customer or employee may contribute. Not all articles and/or content have been tested for accuracy by (mt) Media Temple.

For officially moderated and tested articles, be sure to visit our KnowledgeBase.

From (mt) Community Wiki

This article explains how to install the ionCubeLoader PHP libraries.

Instructions

  1. Log into your server as root or a sudo user via SSH.
  2. Run the following commands to add the 'atomic' yum repository, and install the ionCube Loader Libraries package (note that each line represents a single command -- copy and paste each line individually, in order):
    wget -q -O - http://www.atomicorp.com/installers/atomic | sh
    yum install php-ioncube-loader
    
  3. After ionCube is successfully installed, simply reboot apache with the following command
    /etc/init.d/httpd restart