The error: Code: 02.06 14:44:09 [Multicraft] Loaded config for "PocketMine-MP 1.4" 02.06 14:44:09 [Multicraft] Updating eula.txt file 02.06 14:44:09 [Server] INFO /jar/pocketmine/bin/php7/bin/php: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory 02.06 14:44:09 [Multicraft] Server shut down (starting) if you can please help me, i would like it
That means you haven't got a recent enough version of glibc for the version of PHP you are trying to run - I can't remember which glibc you need, but the latest version is not available for several linux distros. You can check your version with Code: ldd --version Try compiling PHP yourself instead using compile.sh from here: https://github.com/pmmp/php-build-scripts
it's GD2 that causes this problem. If you can't compile on your own machine, use one of the older PHP builds which doesn't have GD2.
Its okay now, i compiled the php with ./compile.sh but it doesnt have the gd extension, how do i add it? i am using Centos 7