Posts: 579
Threads: 5
Joined: Oct 2015
I'm running on CentOS 7 x86, but I can't run the server, whenever I CD to samp folder and use ./samp03svr it doesn't start and throw an error:
Код:
[root@... samp03]# ./samp03svr
-bash: ./samp03svr: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Any ideas?
Posts: 6,242
Threads: 8
Joined: Jun 2008
https://sampforum.blast.hk/showthread.php?tid=521597
Googling helps... Turns out you need to read the tutorials which cover installing the required runtimes.
Also for the love of god, DO NOT follow ANY instructions that say chmod 777............ Seriously, anyone that suggests that is an idiot.
Check this, and the thread it's related to
http://forum.sa-mp.com/showpost.php?...5&postcount=17
Quote:
Originally Posted by ChromeAmazing
I suggest checking in a FTP client if samp03srv exists in that directory. AND, the proper way to start up a Linux based SA-MP server is
|
Nothing to do with this. That will not stop the server itself running.
Posts: 579
Threads: 5
Joined: Oct 2015
Thanks, the problem fixed after installing libstdc++.i686.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Posts: 46
Threads: 12
Joined: Jan 2015
Reputation:
0
apt-get install ia32-libs
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by ayoub001
apt-get install ia32-libs
|
He already fixed it by installing libstdc++.i686
Read the thread before posting.