./samp03svr - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: ./samp03svr (
/showthread.php?tid=593312)
./samp03svr -
danielpalade - 03.11.2015
Whenever I try to startup my server I get this.
Code:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
How do I fix this?
I'm Using Ubuntu 15.10.
Re: ./samp03svr -
Kevln - 04.11.2015
http://reloadedzone.byethost5.com/index.php?topic=11.0
Re: ./samp03svr -
Warlord - 04.11.2015
Code:
apt-get install update
sudo apt-get install apt-file
sudo apt-file update
sudo apt-file find libstdc++.so.6
sudo apt-get install libstdc++6
Use root use when installing updates. After installing updates you can go back to your new sser and run your server by using nohup ./samp03svr or ./samp03svr
Please use 'Search' next time you have problem.. There are a lot of threads about this, And most are solved.
Respuesta: ./samp03svr -
Yerro - 04.11.2015
Use the searcher
Re: ./samp03svr -
Su37Erich - 05.11.2015
Use the next command as root:
apt-get install lib32stdc++6.
It will fix your problem