I'm running a raspberry pi 3 with latest version of openSuse Leap. Used the wget -q -O - https://get.pmmp.io | bash -s - command had to install the software it asked for to compile php. then ran the wget command again and it said downloading php and compiling. Then run ./start.sh and it gave me the Couldn't find a working PHP 7 binary. Please use installer. I looked inside the bin folder and it has a php7 folder and the php7 folder is empty inside. What can I do?
I have no clue of Rasberry PI as I never used them. Probabaly run the installation again? Try to get a PHP 7.2 Bin for Raspberry PI that is supported by PMMP? As I said I have not much idea of raspberry pis.
Download bintary here (https://jenkins.pmmp.io/job/PHP-7.2-Linux-x86_64/) and upload it to server, remove bin folder and write to console Code: tar xzvf PHP-7.2-Linux-x86_64.tar.gz and try to start server.
Well - I suggest using a different O.S. then, it's just too much of a hassle using unsupported O.S. like arm64.
Just an update of a problem I ran into: I got this when I tried to run bash ./start.sh "Couldn't find a working PHP 7 binary, please use the installer." But during the compile and install it said this: "[3/3] Obtaining PHP: detecting if build is available... Linux PHP build available... downloading 8.0 ... updating php.ini... checking... downloaded PHP build doesn't work on this platform!" I wen to here and downloaded HP 8.0 I then extracted it in the same folder the the server is in. So I found out that you cant have it on an external drive unless that drive supports symbolic links, if not you need it on the main hard drive.
Wasn't trying to, just came up on my google search so I figured I'd add what I did so that way if some one else googles what I did it may help