SA-MP Forums Archive
MySQL runtime 19 errors. - 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 runtime 19 errors. (/showthread.php?tid=658592)



MySQL runtime 19 errors. - Louwwieee42 - 07.09.2018

Hi,

I've spent like 8 hours on this today, fixed loads of issues but I'm stuck on this.


What I know is that the game mode was designed around R5, I know I should update it but I don't have the skills nor the time, this won't be run in production. I've got everything installed and setup for linux as far as I can see and have re-compiled the gamemode. I've just changed back to `mysql.so` before I was using `mysql_static.so`, which I believe resolved the `failed to load` error shown in the first SS, she screen-shots do the talking from here on,

- https://blacklabelhost.com/share/Mob...7_20-45-55.png (Server Log)
- https://blacklabelhost.com/share/chr...7_20-47-09.png (Root Server Files)
- https://blacklabelhost.com/share/chr...7_20-47-21.png (Gamemodes)
- https://blacklabelhost.com/share/chr...7_20-47-40.png (Include)
- https://blacklabelhost.com/share/chr...7_20-47-53.png (Includes)
- https://blacklabelhost.com/share/chr...7_20-48-08.png (Pawno Includes)
- https://blacklabelhost.com/share/chr...7_20-48-26.png (Plugins)
- https://blacklabelhost.com/share/chr...7_20-48-48.png (Server.cfg)



Thanks,

Lewis.


Re: MySQL runtime 19 errors. - [WSF]ThA_Devil - 07.09.2018

You also need to update the include of the plugin (and recompile) which WILL cause incompatibility.


Re: MySQL runtime 19 errors. - Louwwieee42 - 07.09.2018

Quote:
Originally Posted by [WSF]ThA_Devil
Посмотреть сообщение
You also need to update the include of the plugin (and recompile) which WILL cause incompatibility.
Is there no way to get this running without having to edit the gamemode, I can't do that it isn't feasible.


Re: MySQL runtime 19 errors. - [WSF]ThA_Devil - 07.09.2018

Download the plugin version that was used to make it then. Not optimal but should work.


Re: MySQL runtime 19 errors. - Louwwieee42 - 07.09.2018

Quote:
Originally Posted by [WSF]ThA_Devil
Посмотреть сообщение
Download the plugin version that was used to make it then. Not optimal but should work.
This is where I'm confused, I believe I already have.


Re: MySQL runtime 19 errors. - Dayrion - 07.09.2018

Can't you post the logs instead of screenshots?
So, your plugin doesn't load if we rely to your screenshot.


Re: MySQL runtime 19 errors. - Louwwieee42 - 07.09.2018

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
Can't you post the logs instead of screenshots?
So, your plugin doesn't load if we rely to your screenshot.
I mean here's the logs, but they show the same as the screenshot,

- https://pastebin.com/8PmfdQU0


Thanks.


Re: MySQL runtime 19 errors. - Banditul18 - 07.09.2018

Uhm you trying to run the r39 version of the plugin, but in logs you have functions of mysql that were removed alomg the way. I belive in r34 version of mysql plugin you can still find them

Also you can try nativechecker to see what plugin its missing


Re: MySQL runtime 19 errors. - Dayrion - 07.09.2018

Quote:
Originally Posted by Louwwieee42
Посмотреть сообщение
I mean here's the logs, but they show the same as the screenshot,

- https://pastebin.com/8PmfdQU0


Thanks.
Your plugin doesn't load. It's write there:
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Can't you try to use the static mysql plugin?


Re: MySQL runtime 19 errors. - Louwwieee42 - 08.09.2018

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
Your plugin doesn't load. It's write there:
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Can't you try to use the static mysql plugin?
Here are the logs when using the static mysql plugin.

- https://pastebin.com/QWxmD3eF