Browse Source

ns2server added libc.so.6 to glibc fix

pull/207/merge
Daniel Gibbs 11 years ago
parent
commit
84e1dabc42
  1. BIN
      NaturalSelection2/dependencies/libc.so.6
  2. 1
      NaturalSelection2/ns2server

BIN
NaturalSelection2/dependencies/libc.so.6

Binary file not shown.

1
NaturalSelection2/ns2server

@ -743,6 +743,7 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd [:digit:] | tail -c 3)" -lt 215
sleep 1
cd "${filesdir}"
wget -nv -N https://github.com/dgibbs64/linuxgameservers/raw/master/NaturalSelection2/dependencies/libm.so.6
wget -nv -N https://github.com/dgibbs64/linuxgameservers/raw/master/NaturalSelection2/dependencies/libc.so.6
cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6"
sleep 1
echo ""

Loading…
Cancel
Save