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!
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.