blub4747 Posted July 2, 2017 Posted July 2, 2017 Hi armbian users, I would like to know if it is possible to compile a own version of armbian with the following packages git nginx php5-json php5-fpm php5 so I can run Linux-dash on my cubietruck. This is the guide I am using to install linux-dash Set up linux-dash on Debian, Ubuntu or Linux Mint http://xmodulo.com/monitor-linux-server-desktop-remotely-web-browser.html Now I know that some of the php packages are outdated. and the only I can think of to get the installation working is by using a older version of armbian. which is obliviously somewhat backwards. Also by using a older version I wont have access to them armbian software and config tools. Thx for any replies, blub4747
Igor Posted July 3, 2017 Posted July 3, 2017 Just download latest Debian Jessie server version and you should be just fine. https://dl.armbian.com/cubietruck/Debian_jessie_next.7z It should work on Ubuntu and Debian Stretch too, but there you will need to rename packages since php5 is not supported anymore.
blub4747 Posted July 4, 2017 Author Posted July 4, 2017 Thank you for the quick reply. Should I than rename packages like this? php5-json -> php7-json php5-fpm-> php7-fpm php5 -> php7
Igor Posted July 4, 2017 Posted July 4, 2017 23 minutes ago, blub4747 said: Thank you for the quick reply. Should I than rename packages like this? php5-json -> php7-json php5-fpm-> php7-fpm php5 -> php7 Try simply without a number. Beware that running scripts on more recent php7 could lead into problems. There are some incompatibilities which are hard to solve for somebody without experiences. I would suggest you to stick to Debian Jessie and it's stock php5 ...
blub4747 Posted July 4, 2017 Author Posted July 4, 2017 aeh sorry that did not work. all three packages are not available under Debian Jessie root@cubietruck:/home/blub# apt search php7-json Sorting... Done Full Text Search... Done root@cubietruck:/home/xxx# apt search php7-fpm Sorting... Done Full Text Search... Done root@cubietruck:/home/xxx# apt search php7 Sorting... Done Full Text Search... Done
Igor Posted July 4, 2017 Posted July 4, 2017 1 hour ago, blub4747 said: all three packages are not available under Debian Jessie I know, php7 is stock on Ubuntu Xenial and Debian Stretch. Use php5
Recommended Posts