MySQL R7 CentOS 64 Bit
#1

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.
Reply
#2

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.
Reply
#3

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!
Reply
#4

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!
Reply
#5

I've been running this version of MySQL R7 on a Centos 5 64 bit.

http://www.solidfiles.com/d/65a78576b8/

Hope it works.
Reply
#6

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
Reply
#7

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
Reply
#8

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.
Reply
#9

Quote:
Originally Posted by lolumadd_
Посмотреть сообщение
I've been running this version of MySQL R7 on a Centos 5 64 bit.

http://www.solidfiles.com/d/65a78576b8/

Hope it works.
lol
Nice!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)