SA-MP Forums Archive
HELP Please!! - 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: HELP Please!! (/showthread.php?tid=495409)



HELP Please!! - iBeast - 17.02.2014

Quote:
Originally Posted by iBeast
Посмотреть сообщение
How do I fix this ?
Код:
Loading plugin: mysqlR37.so
[23:23:19] Failed (libmysqlclient_r.so.16: wrong ELF class: ELFCLASS64)
Was working fine until I was using mysql plugin R5 but now this came up when I updated :/
Quote:
Originally Posted by iBeast
Посмотреть сообщение
I downloaded the libmysqlclient.so.15 from the first page and re-uploaded it and when I did, it gave this error:
Код:
Loading plugin: mysqlR37.so
[23:50:41] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
When I downloaded the fix for the above error which is also mentioned on the first post of this thread it again gave that ELFCLASS 64 error.

Note: Everything was working fine when I had MySQL plugin R5.
This ?
Anyone has any idea how to fix this ?


Re: HELP Please!! - Kyle - 17.02.2014

Install the mysql_static.so plugin rather than mysql.so as the static version has all the libraries compiled within the plugin itself.