SA-MP Forums Archive
Running a server - 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: Running a server (/showthread.php?tid=513415)



Running a server - Gennum. - 16.05.2014

Код:
Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so))
How could I fix it ?


Re: Running a server - Astralis - 16.05.2014

Install it via putty.


Re: Running a server - Gennum. - 16.05.2014

How and what I have to install ?


Re: Running a server - NoSoap - 16.05.2014

Are you self hosting this or with a gameserver host?
You won't be able to fix this yourself unless you are on a VPS.


Re: Running a server - Konstantinos - 16.05.2014

http://forum.sa-mp.com/showpost.php?...75&postcount=7


Re: Running a server - Gennum. - 16.05.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
didn't understand that... I opened a folder as name usr then the other folder in a i put the file right there that what i understood.

Quote:
Originally Posted by NoSoap
Посмотреть сообщение
Are you self hosting this or with a gameserver host?
You won't be able to fix this yourself unless you are on a VPS.
and a gameserver.


Re: Running a server - Konstantinos - 16.05.2014

Paste the file in /usr/lib/ folder and then follow the 4 steps (execute those in SSH). In the past, I had the same problem and that posted helped me fix it.


Re: Running a server - Gennum. - 16.05.2014

listen I don't understand what should i do right here:

step 1: $> cd /usr/lib/ -- what is CD
step 2: $> unlink libstdc++.so.6 - unlink ?
step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6 --- In ?
step 4: $> /sbin/ldconfig --- and what here


Re: Running a server - Sithis - 16.05.2014

Quote:
Originally Posted by Gennum.
Посмотреть сообщение
listen I don't understand what should i do right here:

step 1: $> cd /usr/lib/ -- what is CD
step 2: $> unlink libstdc++.so.6 - unlink ?
step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6 --- In ?
step 4: $> /sbin/ldconfig --- and what here
If you have no idea about basic linux/unix commands, you might want to consider the possibility that hosting a server isn't for you. Maybe you could try and recruit an experienced server admin with in-depth knowledge of linux systems?


Re: Running a server - Khanz - 16.05.2014

Quote:
Originally Posted by Gennum.
Посмотреть сообщение
listen I don't understand what should i do right here:

step 1: $> cd /usr/lib/ -- what is CD
step 2: $> unlink libstdc++.so.6 - unlink ?
step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6 --- In ?
step 4: $> /sbin/ldconfig --- and what here
Are you using a VPS or a host?