Linux help (mysql 5.5) - 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: Linux help (mysql 5.5) (
/showthread.php?tid=481839)
Linux help (mysql 5.5) -
dipsnark - 17.12.2013
Hi,
I'm running mysql 5.5 on my VPS so I put mysql_5.5.so in my plugins folder.
When I try to run the server it gives this error:
Код:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/mysql.so))
I know that this is something GCC releated thing, but don't know anything about that :/
If someone could give my a noob friendly explanation of this error, I would be very grateful.
Thanks!
Re: Linux help (mysql 5.5) -
Sithis - 18.12.2013
usr/lib, i assume CentOS? What linux distro are you using?
Re: Linux help (mysql 5.5) -
dipsnark - 18.12.2013
I'm using CentOS 6.5 32bit.
Re: Linux help (mysql 5.5) -
DJ_Shocker - 18.12.2013
Quote:
Originally Posted by dipsnark
I'm using CentOS 6.5 32bit.
|
Don't they have a plugin called MySQL Static?
I'm on CentoS 6.4 64 Bit and am using the MySQL Static. I tried the one you're using and had the same issue.
Respuesta: Linux help (mysql 5.5) -
ErickOwnZ - 19.12.2013
Use:
yum install gcc -y ;
Re: Linux help (mysql 5.5) -
dipsnark - 19.12.2013
It only installs an old version of GCC, not including the missing "file".
Re: Linux help (mysql 5.5) -
Mauzen - 19.12.2013
Best thing to do is recompiling the plugin on your machine. I think there are infos on how to do that in the thread.
Else try other versions of the plugin, there are several ones compiled on different systems.
Respuesta: Linux help (mysql 5.5) -
Vladeksh - 19.12.2013
Use:
Quote:
yum provides libstdc++.so.6
|
And then you must install the package that contains the necessary library.
If not found, you should install an additional repository (eg: RPMForge, EPEL).