MySQL R7 CentOS 64 Bit - 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: MySQL R7 CentOS 64 Bit (
/showthread.php?tid=430100)
MySQL R7 CentOS 64 Bit -
DJ_Shocker - 12.04.2013
I was wondering if someone could assist me with this this.
I'm using CentOS 64 Bit and am unable to get the MySQL R7 to run.
Код:
# ldd mysql.so
./mysql.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./mysql.so)
./mysql.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./mysql.so)
linux-gate.so.1 => (0x00d2b000)
libmysqlclient_r.so.16 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x00a98000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00904000)
libm.so.6 => /lib/libm.so.6 (0x00750000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00be0000)
libc.so.6 => /lib/libc.so.6 (0x00192000)
/lib/ld-linux.so.2 (0x00560000)
I've put libmysqlclient_r.so.16 in the /usr/lib but it's acting like it's not there. So I was curious if anyone has experienced this on CentOS and can help me.
Re: MySQL R7 CentOS 64 Bit -
RyDeR` - 12.04.2013
Try recompiling the source on your machine or try to use
this one - I had exact the same problem and this version solved it. It's the latest version, so you should be fine.
Re: MySQL R7 CentOS 64 Bit -
DJ_Shocker - 12.04.2013
Quote:
Originally Posted by RyDeR`
Try recompiling the source on your machine or try to use this one - I had exact the same problem and this version solved it. It's the latest version, so you should be fine.
|
Dude that version worked! THANK YOU SO MUCH! +REP!
Re: MySQL R7 CentOS 64 Bit -
kaisersouse - 12.04.2013
Quote:
Originally Posted by RyDeR`
Try recompiling the source on your machine or try to use this one - I had exact the same problem and this version solved it. It's the latest version, so you should be fine.
|
Having the same problem, I'll try that version tonight. Thanks in advance!
Re: MySQL R7 CentOS 64 Bit -
lolumadd_ - 12.04.2013
I've been running this version of MySQL R7 on a Centos 5 64 bit.
http://www.solidfiles.com/d/65a78576b8/
Hope it works.
Re: MySQL R7 CentOS 64 Bit -
Frede - 12.04.2013
Take your libmysqlclient.so.15 and rename it to libmysqlclient_r.so.16 it worked for me. running totally clear and place it in the lib folder
Re: MySQL R7 CentOS 64 Bit -
DJ_Shocker - 12.04.2013
Quote:
Originally Posted by RyDeR`
Try recompiling the source on your machine or try to use this one - I had exact the same problem and this version solved it. It's the latest version, so you should be fine.
|
Now my server crashes when logging in/registering.
Код:
[18:08:07]:
[18:08:07]: --- Crashdetect v3.6.8 loaded
[18:08:29]: Server crash caused by native cache_get_row() called at address 0x176B5C in 'gamemodes/sugaming.amx'
[18:08:29]: Call stack (most recent call first):
[18:08:29]: public OnAccountLoad()
[18:08:31]:
[18:08:31]: --- Crashdetect v3.6.8 loaded
Re: MySQL R7 CentOS 64 Bit -
RyDeR` - 13.04.2013
The plugin is fine - probably there's something miss with your code. Could you show me some code or recompile your gamemode with debug flags so crashdetect (also consider updating crashdetect) tells you at what line the error is caused. That way you can know what's wrong.
Respuesta: Re: MySQL R7 CentOS 64 Bit -
dilo - 28.08.2014
Quote:
Originally Posted by lolumadd_
|
lol
Nice!