Posts: 22
Threads: 4
Joined: May 2008
Reputation:
0
I Fixed the error i got a new error it say
./samp02Xsvr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Posts: 22
Threads: 4
Joined: May 2008
Reputation:
0
error says
./samp02Xsvr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Posts: 365
Threads: 4
Joined: Feb 2008
Reputation:
0
Your first error means that you need to CHMOD the file to have executable permissions. Ask ******.
The second error means you are missing libstdc++, therefore you need to install it. Use your distribution's package manager (either apt or yum) to install it.
I've cleaned up all the pointless replies in this thread. If you don't have anything useful to say then don't say anything.