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

Error running the server

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

  1. SuperAdam46

    SuperAdam46 Creeper

    Messages:
    3
    GitHub:
    SuperAdam47
    -bash-4.2# ./start.sh
    ./bin/php7/bin/php: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /root/bin/php7/bin/../lib/libleveldb.so.1)
    ./bin/php7/bin/php: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /root/bin/php7/bin/../lib/libleveldb.so.1)
     
  2. Destroyer57

    Destroyer57 Zombie

    Messages:
    275
    gcc 4.9 has a newer C++ ABI version than your system libstdc++ has you need to tell the loader to use newer version of the library by adding that path to LD_LIBRARY_PATH something like this :
    export LD_LIBRARY_PATH=/home/user/lib/gcc-4.9.0/lib:/home/user/lib/boost_1_55_0/stage/lib:$LD_LIBRARY_PATH
     
  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.