SA-MP Forums Archive
Can't run SAMP SERVER on LINUX VPS - 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: Can't run SAMP SERVER on LINUX VPS (/showthread.php?tid=412906)



Can't run SAMP SERVER on LINUX VPS - gychem - 03.02.2013

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!


Re: Can't run SAMP SERVER on LINUX VPS - [UE]Milan - 03.02.2013

please post your server log here.


Re: Can't run SAMP SERVER on LINUX VPS - Koshaboy55 - 03.02.2013

My samp server works fine on my vps and my dedi so


Re: Can't run SAMP SERVER on LINUX VPS - gychem - 03.02.2013

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


Re: Can't run SAMP SERVER on LINUX VPS - Scenario - 03.02.2013

You need to download this file and put it in your server's root directory: libstdc++.so.6


Re: Can't run SAMP SERVER on LINUX VPS - Djean - 03.02.2013

Quote:
Originally Posted by gychem
Посмотреть сообщение
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
Its either you are not using the right File or the right version of the libstdc++.so.6 file.


Re: Can't run SAMP SERVER on LINUX VPS - ikkentim - 03.02.2013

yum search libstdc

?


Re: Can't run SAMP SERVER on LINUX VPS - Aldo. - 03.02.2013

yum update
yum install libstdc++.so.6


Re: Can't run SAMP SERVER on LINUX VPS - gychem - 03.02.2013

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


Re: Can't run SAMP SERVER on LINUX VPS - gychem - 03.02.2013

Someone?