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

Binary error

Discussion in 'Help' started by SuperAdam46, Aug 12, 2018.

  1. SuperAdam46

    SuperAdam46 Creeper

    Messages:
    3
    GitHub:
    SuperAdam47
    ./bin/php7/bin/php: error while loading shared libraries: libmvec.so.1: cannot open shared object file: No such file or directory
    How to fix this error?
     
  2. Destroyer57

    Destroyer57 Zombie

    Messages:
    275
    You need to update glibc.
     
  3. BLOCKSTORM

    BLOCKSTORM Witch

    Messages:
    67
    Wait a second please
     
  4. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Unfortunately, your Linux Distro ships with an outdated libmvec.so, that the pre-built php binary is not compatible with.
    You have two choices:
    1. Compile php yourself using compile.sh with these arguments: ./compile.sh -t linux64 -j 8 -f -u -g -l (those are the same that the build on Jenkins uses, so I guess they're the perfect ones for most people).
    2. Alternatively, if your Linux Distro supports newer versions of libmvec, you can just update that.
     
  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.