Hi, i followed the perfect server howto for ubuntu 16.04 and it worked fine so far. Now i want to compile different php versions (5.5, 5.6). I tried to follow this howto (https://www.howtoforge.com/how-to-u...fpm-and-fastcgi-with-ispconfig-3-ubuntu-12.10) which i used successfully in the past. First error i get is: root@myserver /etc/apt # apt-get build-dep php5 Reading package lists... Done E: Unable to find a source package for php5 ok, so i enabled all deb-src entries in /apt/sources.list and did apt-get update. But that doesnt show updating src-entries. Still unable to find the source package for php5. What am i doing wrong? Is it possible to do this build-dep for php5, which doesnt come with ubuntu 16.04 (php 7)? regards
i tried that too, no luck: root@myserver ~ # apt-get build-dep php7 Reading package lists... Done E: Unable to find a source package for php7
compiling/installing working nice so far, but i get errors when making apc. Any ideas on this? root@myserver /opt/php-5.5.38/etc # pecl -C ./pear.conf install apc ..... Makefile:188: recipe for target 'apc_compile.lo' failed make: *** [apc_compile.lo] Error 1 ERROR: `make' failed
sorry i dont get it. pear.conf is in /opt/php-5.5.38/etc not in /opt/php-5.5.38 so bin/pecl -C ./pear.conf install XXX doesnt work after cd /opt/php-5.5.38. root@myserver /opt/php-5.5.38 # pecl -C ./pear.conf install apc downloading APC-3.1.13.tgz ... Starting to download APC-3.1.13.tgz (171,591 bytes) .....................................done: 171,591 bytes 55 source files, building running: phpize sh: phpize: command not found ERROR: `phpize' failed I assume the vi lib/php.ini is for adding the extension after successful install?
I installed my vps php7 and multiple config php 5.6.28 and 5.4.45. All working - only php5.4.45 memchached not works. I using sourceforge docs for multiple php ispconfig 3.1. Main system is ubuntu 16.04.