Hi I'm trying to install Pocket Mine on CentOS 7 and coming up with the following error when I run the application. ./start.sh ./bin/php7/bin/php: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory I have downloaded and un tar'ed the latest version of php PHP_Linux-x86_64.tar.gz fromhttps://pmmp.readthedocs.io/en/rtfd/links.html#downloads and still no luck... Any help would be great
Thanks for your suggestion but still no luck... now getting another error.... after running the https://github.com/pmmp/php-build-scripts/blob/master/compile.sh Maybe LibZip did't install ??? or is this something else ? [PocketMine] PHP compiler for Linux, MacOS and Android [INFO] Checking dependencies [INFO] Compiling for current machine using 64-bit PHP: downloading 7.3.7... done![zlib] downloading 1.2.11... checking... compiling... installing... done![GMP] downloading 6.1.2... checking... compiling... installing... done![OpenSSL] downloading 1.1.0k... checking... compiling... installing... done![cURL] downloading curl-7_65_1... checking... compiling... installing... done![YAML] downloading 0.2.2... checking... compiling... installing... done![libzip] downloading 1.5.2... checking...[mcpe@mc minecraft]$ [mcpe@mc minecraft]$ [mcpe@mc minecraft]$ ./start.sh PHP Warning: Unsupported declare 'strict_types' in phar:///home/mcpe/minecraft/PocketMine-MP.phar/src/pocketmine/PocketMine.php on line 22PHP Parse error: syntax error, unexpected '=', expecting ')' in phar:///home/mcpe/minecraft/PocketMine-MP.phar/src/pocketmine/PocketMine.php on line 124[mcpe@mc minecraft]$
[mcpe@mc minecraft]$ ./start.sh PHP Warning: Unsupported declare 'strict_types' in phar:///home/mcpe/minecraft/PocketMine-MP.phar/src/pocketmine/PocketMine.php on line 22 PHP Parse error: syntax error, unexpected '=', expecting ')' in phar:///home/mcpe/minecraft/PocketMine-MP.phar/src/pocketmine/PocketMine.php on line 124 [mcpe@mc minecraft]$
Any advice would be great...... this is using. PocketMine-MP 3.9.0 For Minecraft: Bedrock Edition 1.12.x
Looks like the script never runs....100% Cmake version is wrong... [mcpe@mc minecraft]$ tail install.log make[2]: Entering directory `/home/mcpe/minecraft/install_data/yaml/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/mcpe/minecraft/install_data/yaml/tests' make[1]: Leaving directory `/home/mcpe/minecraft/install_data/yaml/tests' CMake Error at CMakeLists.txt:4 (CMAKE_MINIMUM_REQUIRED): CMake 3.0.2 or higher is required. You are running version 2.8.12.2 I have installed cmake3 but the installer is trying to run cmake which is versions 2.8.12.2
fixed the cmake issue... running installer again.... https://root-forum.cern.ch/t/cmake-error-installing-root-at-centos-7/26540/2