You need a php binary in your pocketmine directory. You can get it with Code: wget -O bin https://jenkins.pmmp.io/job/PHP-7.2-Linux-x86_64/lastSuccessfulBuild/artifact/PHP_Linux-x86_64.tar.gz After doing the following, can you do ls in your pocketmine directory and tell me what you get?
I did what ya said (xenial)liam@localhost:~$ wget -O bin https://jenkins.pmmp.io/job/PHP-7.2...cessfulBuild/artifact/PHP_Linux-x86_64.tar.gz
I believe I had done it in some other way which had worked for me, I will try to remember it and post it over here.
Still you haven't done ls have you..? You really need to learn some linux terminal. It doesn't let you edit, it changed directory (cd = change directory) to your pocketmine directory. After cd-ing to your pocketmine directory, run the command "ls" and tell me what you get. tar -xzvf filename.tar.gz As we saved the bin as bin.tar.gz, you should replace filename.tar.gz with bin.tar.gz. (just wanted to tell in case you're confused)
You know what, forget about everything. You can just get it from scratch. mkdir PM (makes a directory called PM) cd PM (changes directory to PM) source: http://pmmp.readthedocs.io/en/rtfd/installation.html#using-https-get-pmmp-io-linux-macos-only
Okay - well if you think it's not the latest version.. Then update again: 1. Remove the PocketMine-MP.phar file: rm PocketMine-MP.phar 2. Download the latest PocketMine-MP.phar file again: curl -sL https://get.pmmp.io | bash -s - -r 3. Learn Linux: Google "Linux Tutorials"