./samp03svr
#1

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.
Reply
#2

http://reloadedzone.byethost5.com/index.php?topic=11.0
Reply
#3

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.
Reply
#4

Use the searcher
Reply
#5

Use the next command as root:
apt-get install lib32stdc++6.
It will fix your problem
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)