SA-MP Forums Archive
mYSQL r7 from Blue G - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mYSQL r7 from Blue G (/showthread.php?tid=364158)



mYSQL r7 from Blue G - mati233 - 29.07.2012

Hello,
I'm moving my server from windows to linux, but I'm having a problem. My gamemode uses blueG's mYSQL plugin r7, and I'm running it on centOS.
Here's the error: Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
How should I fix it?
I've searched a lot, and found a version that has mysql.so and libmysqlclient_r.so.15, and I added mysql.so on my server.cfg, and uploaded that two files to plugins directory.
What am I doing wrong?

I hope someone can help me with this


Re: mYSQL r7 from Blue G - Glint - 29.07.2012

Try to put that two files in the server directory not plugin directory.


Re: mYSQL r7 from Blue G - mati233 - 29.07.2012

That is not the solution.
mysql.so needs to be on the plugins folder.
The error I'm getting is about libmysqlclient_r.so.16 and I just have libmysqlclient_r.so.15...
I think the problem is related to that, if anyone has libmysqlclient_r.so.16, that maybe would fix the issue...


Re: mYSQL r7 from Blue G - playbox12 - 29.07.2012

I remember having the same issue some time ago. Thing is I really can't remember how I fixed it, I think it had something to do with a 64 bit mysql version being on your system and you need a 32 bit version. I think there was a post by Mow in the plugin topic that explained it.


Re: mYSQL r7 from Blue G - mati233 - 29.07.2012

I'll try to find that post, but can't you just send me the mysql files that you needed to use?


Re: mYSQL r7 from Blue G - playbox12 - 29.07.2012

It wasn't that simple. Just placing the files in causes additional problems.


Re: mYSQL r7 from Blue G - mati233 - 29.07.2012

I've already found and followed his solution, but I still can't get that working.
If someone wont mind to help me with this, I can give you root access to the VPS..


Re: mYSQL r7 from Blue G - mati233 - 30.07.2012

Sorry for bumping, but I'm still trying to make it work with no success... Any tip about this?