SA-MP Forums Archive
Server SQL update - 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: Server SQL update (/showthread.php?tid=413967)



Server SQL update - StuartD - 07.02.2013

Hello SAMP forums peoples!

Just a quick question;

What does this mean? And how do I fix this?

pawn Код:
[20:47:53]  Loading plugin: libmysqlclient.so
[20:47:53]   Plugin does not conform to architecture.
[20:47:53]   Failed.
Basically I think this is what is crashing our server and it's giving us loads of downtime!

Our server was updated to 0.3x and this error occurred


Re: Server SQL update - Vince - 07.02.2013

You don't need to load that library as a plugin. It's just an extension used by the MySQL plugin.


Re: Server SQL update - StuartD - 07.02.2013

Hmm... Ok so if I remove that it should work?