Posts: 121
Threads: 34
Joined: Nov 2010
Reputation:
0
Hello
I got my SAMP server installed on a LINUX VPS with Centos 6.2 but it won't run.
How to run it?
Thanks!
Posts: 1,208
Threads: 52
Joined: Jan 2012
Reputation:
0
please post your server log here.
Posts: 22
Threads: 2
Joined: Jan 2013
Reputation:
0
My samp server works fine on my vps and my dedi so
Posts: 121
Threads: 34
Joined: Nov 2010
Reputation:
0
I get this erorr
when i try : ./samp03svr
i get this message : ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You need to download this file and put it in your server's root directory: libstdc++.so.6
Posts: 404
Threads: 7
Joined: Jan 2011
Reputation:
0
yum update
yum install libstdc++.so.6
Posts: 121
Threads: 34
Joined: Nov 2010
Reputation:
0
When I do that I get another erorr:
[root@internationalroleplay samp03]# yum install libstdc++.so.6
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror1.spango.com
* extras: mirror.prolocation.net
* updates: centos.mirror1.spango.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libstdc++.i686 0:4.4.6-4.el6 will be installed
--> Processing Dependency: libgcc_s.so.1(GLIBC_2.0) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1(GCC_4.2.0) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.3) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.0) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1 for package: libstdc++-4.4.6-4.el6.i686
--> Running transaction check
---> Package libgcc.x86_64 0:4.4.6-3.el6 will be updated
---> Package libgcc.i686 0:4.4.6-4.el6 will be installed
---> Package libgcc.x86_64 0:4.4.6-4.el6 will be an update
--> Finished Dependency Resolution
Error: Protected multilib versions: libstdc++-4.4.6-4.el6.i686 != libstdc++-4.4.6-3.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@internationalroleplay samp03]# --skip-broken
-bash: --skip-broken: command not found
[root@internationalroleplay samp03]# rpm --skip-broken
--skip-broken: unknown option
[root@internationalroleplay samp03]# yum install libstdc++.so.6
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror1.spango.com
* extras: mirror.prolocation.net
* updates: centos.mirror1.spango.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libstdc++.i686 0:4.4.6-4.el6 will be installed
--> Processing Dependency: libgcc_s.so.1(GLIBC_2.0) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1(GCC_4.2.0) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.3) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.0) for package: libstdc++-4.4.6-4.el6.i686
--> Processing Dependency: libgcc_s.so.1 for package: libstdc++-4.4.6-4.el6.i686
--> Running transaction check
---> Package libgcc.x86_64 0:4.4.6-3.el6 will be updated
---> Package libgcc.i686 0:4.4.6-4.el6 will be installed
---> Package libgcc.x86_64 0:4.4.6-4.el6 will be an update
--> Finished Dependency Resolution
Error: Protected multilib versions: libstdc++-4.4.6-4.el6.i686 != libstdc++-4.4.6-3.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest