I tried to install ioncube loader on my server (ubuntu 14.04 32, nginx, php 5.5.9)
I have followed the following steps
cd /tmp sudo wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz sudo tar xfz ioncube_loaders_lin_x86-64.tar.gz
sudo mv ioncube /usr/local/
sudo nano /etc/php5/fpm/php.ini
added this zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.5.so
sudo service php5-fpm restart
Still my info.php does not show ioncube
I also ran service php5-fpm restart
I got the following error
Rejected send message, 1 matched rules; type=“method_call”, sender=“:1.23 7” (uid=1000 pid=8941 comm=“start php5-fpm “) interface=“com.ubuntu.Upstart0_6.J ob” member=“Start” error name=”(unset)” requested_reply=“0” destination=“com.ubu ntu.Upstart” (uid=0 pid=1 comm="/sbin/init ")
Any help will be appreciated
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You need to run the service command as root:
sudo service php5-fpm restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
