SA-MP Forums Archive
Server won't run because of missing file (CentOS 7) - 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: Server won't run because of missing file (CentOS 7) (/showthread.php?tid=554591)



Server won't run because of missing file (CentOS 7) - .Mento - 04.01.2015

When doing ./samp03svr & it tells me;
Code:
./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
doing the follow code:

Code:
yum install libstdc++.so.6
It won't download because it's already installed, does anyone have any idea?


Re: Server won't run because of missing file (CentOS 7) - .Mento - 04.01.2015

Anyone?


Re: Server won't run because of missing file (CentOS 7) - muzammilfreeman - 04.01.2015

You must do chmod 777 samp03svr
Than chmod 777 announce
than chmod 777 samp-npc
Than use nohup ./samp03svr &


Re: Server won't run because of missing file (CentOS 7) - .Mento - 04.01.2015

Quote:
Originally Posted by muzammilfreeman
View Post
You must do chmod 777 samp03svr
Than chmod 777 announce
than chmod 777 samp-npc
Than use nohup ./samp03svr &
This has nothing to do with my problem.


Re: Server won't run because of missing file (CentOS 7) - .Mento - 04.01.2015

I've ******d a lot, no answers so I'm really hoping someone here can help me :S


Re: Server won't run because of missing file (CentOS 7) - Lordzy - 04.01.2015

I'm not that experienced in using CentOS, but you can try installing these libraries:
Code:
yum install lib32stdc++6 
yum install lib32z1 
yum install lib32z1-dev



Re: Server won't run because of missing file (CentOS 7) - .Mento - 04.01.2015

All three say that there is (unfortunately) nothing to do, because these packages are not available.


Re: Server won't run because of missing file (CentOS 7) - Lordzy - 04.01.2015

It comes under GNU standard library, so ensure that you've got it completely installed:
Code:
yum install libstdc++-4.4.6-4.el6.i686



Re: Server won't run because of missing file (CentOS 7) - .Mento - 04.01.2015

Doing so tells me that there is no package available, thus there is 'nothing to do'.



Re: Server won't run because of missing file (CentOS 7) - Lordzy - 04.01.2015

Execute this command and use it's response as the installer's name to try installing it.
Code:
yum whatprovides libstdc++.so.6