1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Help with libmvec, please

Discussion in 'Help' started by Khaled, Jun 2, 2018.

  1. Khaled

    Khaled Slime

    Messages:
    81
    GitHub:
    xXKHaLeD098Xx
    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
     
  2. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    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
     
  3. dktapps

    dktapps Administrator Staff Member PMMP Team

    Messages:
    774
    GitHub:
    dktapps
    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.
     
    Awzaw likes this.
  4. Khaled

    Khaled Slime

    Messages:
    81
    GitHub:
    xXKHaLeD098Xx
    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
     
  5. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Run compile.sh with the flag -g to compile it with GD2.
     
    Khaled likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.