SA-MP Forums Archive
MySQL playing up | Vortex Roleplay - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL playing up | Vortex Roleplay (/showthread.php?tid=305508)



MySQL playing up | Vortex Roleplay - ccalby - 22.12.2011

Hello,

I am trying to test Vortex Roleplay and the server_log shows this.

Quote:

SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team

[22:16:47]
[22:16:47] Server Plugins
[22:16:47] --------------
[22:16:47] Loading plugin: mysql.so
[22:16:47] Failed (libmysqlclient_r.so.15: wrong ELF class: ELFCLASS64)
[22:16:47] Loading plugin: sscanf.so
[22:16:47]

[22:16:47] ===============================

[22:16:47] sscanf plugin loaded.

<<snip>>
[22:16:47] Script[gamemodes/vx-rp.amx]: Run time error 19: "File or function is not found"
[22:16:47] Number of vehicle models: 0
[22:16:56] --- Server Shutting Down.

Before this it was...

Quote:

[21:45:47] Loading plugin: mysql.so
[21:45:47] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)

Which I solved by
Quote:

dpkg -i libmysqlclient15off_5.0.51a-24+lenny5_amd64.deb
ldconfig

Anyone have any clues? I am stumped on this.

uname -a: Linux samp 2.6.18-274.3.1.el5.028stab094.3 #1 SMP Thu Sep 22 13:24:07 MSD 2011 x86_64 x86_64 x86_64 GNU/Linux


Re: MySQL playing up | Vortex Roleplay - ccalby - 23.12.2011

Apparently this is probably regarding the plugin Vortex Roleplay uses... I have been searching all around for 3 hours and found nothing helpful.

Any light on this would be great!


Re: MySQL playing up | Vortex Roleplay - Calgon - 23.12.2011

Tried installing a 32-bit MySQL client package?


Re: MySQL playing up | Vortex Roleplay - ccalby - 23.12.2011

Hello,

I am unable to find the 32bit version.

apt-get install ...

Thanks


Re: MySQL playing up | Vortex Roleplay - array13 - 23.12.2011

Download all mysql lib's for your server.


Re: MySQL playing up | Vortex Roleplay - diego_p11 - 23.12.2011

hey i have also that same problem but i dont use Mysql, my problem is:
Quote:

[22:16:47] Script[gamemodes/vx-rp.amx]: Run time error 19: "File or function is not found"
[22:16:47] Number of vehicle models: 0

i dunno what to do, it gonna be help full if somebody answers me, i will give reputation.


Re: MySQL playing up | Vortex Roleplay - Mini` - 23.12.2011

Quote:
Originally Posted by diego_p11
View Post
hey i have also that same problem but i dont use Mysql, my problem is:

i dunno what to do, it gonna be help full if somebody answers me, i will give reputation.
You have to have MySQL for vx-rp... And it sounds like your missing a plugin or the gamemode, most likely a plugin though.


Re: MySQL playing up | Vortex Roleplay - diego_p11 - 23.12.2011

i am not using that gamemode, i just took that as an example, and the plugins goes on npcmodes??


Re: MySQL playing up | Vortex Roleplay - diego_p11 - 23.12.2011

Quote:

[21:13:37] Number of vehicle models: 0
[21:13:37] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"

[21:13:37] Loaded 0 filterscripts.
[21:13:37] ---------------
[21:13:37] Filterscripts
[21:13:37]

[21:13:37] Loaded 0 plugins.
[21:13:37] --------------
[21:13:37] Server Plugins
[21:13:37]
[21:13:37] filterscripts = "" (string)

v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server

----------
Loaded log file: "server_log.txt".
----------

[20:56:29] Number of vehicle models: 0
[20:56:29] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"

[20:56:29] Loaded 0 filterscripts.
[20:56:29] ---------------
[20:56:29] Filterscripts
[20:56:29]

[20:56:29] Loaded 0 plugins.
[20:56:29] --------------
[20:56:29] Server Plugins
[20:56:29]
[20:56:29] filterscripts = "" (string)

v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server

----------
Loaded log file: "server_log.txt".
----------

[20:55:30] Number of vehicle models: 0
[20:55:30] Script[gamemodes/PPC_Trucking.amx]: Run time error 19: "File or function is not found"
[20:55:30] Reading File: properties/police.txt
[20:55:30] Reading File: properties/banks.txt
[20:55:30] Reading File: properties/businesses.txt

that what it show me, what i do?


Re: MySQL playing up | Vortex Roleplay - ccalby - 23.12.2011

Quote:
Originally Posted by array13
View Post
Download all mysql lib's for your server.
Hello,

Can you please go into a bit more detail.

Thanks,