Hi
I try to install Php 5.6 to my ispconfig ubuntu 14.04 server and i have follow this guide https://www.howtoforge.com/how-to-build-php-5.6-fpm-fastcgi-with-zend-opcache-and-apcu-for-ispconfig-3-on-debian-7-wheezy
I have come to the point when i should run insserv php-5.6.0-fpm but i end up whit this error: insserv: command not found
insserv is installed like you can see form the info below:
apt-get install insserv Reading package lists… Done Building dependency tree Reading state information… Done insserv is already the newest version.
So what could be the problem then? How should i proceed?
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.
It looks like insserv is installed in
/usr/lib/insserv/insserv
. Can you try running this command instead?