Server won't run because of missing file (CentOS 7)
#1

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

Anyone?
Reply
#3

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

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

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

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

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

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
Reply
#9

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)