Question
How to install Zend Guard Loader on Ubuntu 16 with php 5.6
Hi! I’m trying to install Zend Guard Loader on my droplet. I’ve only been able to find guides for installing it for Ubuntu 14.04 (http://idroot.net/tutorials/how-to-install-zend-guard-loader-on-ubuntu-14-04/), Ubuntu 16.04 appears to have a different structure, and I’m not sure how to adjust.
for now I’ve extracted the package, and placed ZendGuardLoader.so in /etc/php/5.6/fpm
I’ve edited php.ini to add the following lines:
zendextension=/etc/php/5.6/fpm/ZendGuardLoader.so
zendloader.enable=1
I believe I should try to restart apache now, but I get “Unit apache2.service not found.”
Any advice would be very welcome!
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.
×