SA-MP Forums Archive
MySQL BlueG plugin on CentOS problem - 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 BlueG plugin on CentOS problem (/showthread.php?tid=386755)



MySQL BlueG plugin on CentOS problem - NewerthRoleplay - 21.10.2012

Hey I was about to test my script using BlueG's plugin to test if my house system I am making works or not, however when I start up the server I get this error when trying to load the plugin:
Код:
[18:52:43]  Loading plugin: mysql.so
[18:52:43]   Failed (plugins/mysql.so: undefined symbol: _Z13stringvprintfPKcPc)
I'm not sure if this has anything to do with the fact that the thread only has download links for R6 and R5 on CentOS, does this mean that I will have to recompile the plugin on my CentOS machine?


Re: MySQL BlueG plugin on CentOS problem - NewerthRoleplay - 21.10.2012

And I have got libmysqlclient.so.15


Re: MySQL BlueG plugin on CentOS problem - CmZxC - 21.10.2012

did you place mysql.so into plugins/ folder ?


Re: MySQL BlueG plugin on CentOS problem - NewerthRoleplay - 21.10.2012

Quote:
Originally Posted by CmZxC
Посмотреть сообщение
did you place mysql.so into plugins/ folder ?
obviously, otherwise it wouldn't know the plugin is there which outputs the errors.


Re: MySQL BlueG plugin on CentOS problem - NewerthRoleplay - 21.10.2012

-FIXED- I used the x86 version when all I needed was the standard ubuntu one :P