Problem with mysql_static.so
#1

Hey!, i need a lil help with mysql_static.so, i haven't played nor scripting in sa-mp for a long time... this happened to me before, but i no longer have idea how to solve it because that was a time ago, and i'm out of practise, lol.
Well, anyways, here's the problem; When i try to start my server, while using the plugin mysql-static.so, it won't work and it says:
Quote:

[23:59:53] Loading plugin: mysql_static.so
[23:59:53] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/mysql_static.so))

While i'm using mysql.so it says;
Quote:

[00:11:23] Loading plugin: mysql.so
[00:11:23] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)

...In order to avoid that error while using mysql.so i downloaded mysql_static.so and it solved the problem, back then... But now it seems to don't work anymore. So, i don't know what to do, i solved this problem by googling it, but now i can't solve it, nothing is helping me out, and i don't know what else to do, i hope you guys help me , thanks for reading.

The O.S im using is centos 6.
Reply
#2

Код:
yum install lib32stdc++6 
yum install lib32z1 
yum install lib32z1-dev
if these commands doesn't work (I regularly use Debian/Ubuntu so I don't know about packages names in CentOS) try:

yum whatprovides libstdc++.so.6

or

yum install libstdc++-4.8.2-16.el7.i686
Reply
#3

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
Код:
yum install lib32stdc++6 
yum install lib32z1 
yum install lib32z1-dev
if these commands doesn't work (I regularly use Debian/Ubuntu so I don't know about packages names in CentOS) try:

yum whatprovides libstdc++.so.6

or

yum install libstdc++-4.8.2-16.el7.i686
No packages
Reply
#4

yum install libstdc++
Reply
#5

Quote:
Originally Posted by xPhantom
Посмотреть сообщение
yum install libstdc++
Hey, thanks for replying. It's already installed and updated, Something else i could do? thanks!.
Reply
#6

Solved. Though, thanks for helping me out you all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)