MYSQL Help needed
#1

Hello Scripterz.

i am getting this error while i try to start my mysql script

[09:19:59] Number of vehicle models: 0
[09:19:59] Script[gamemodes/hsrpmysql.amx]: Run time error 19: "File or function is not found"
[09:19:59] OnGameo

[09:19:59] Loaded 1 filterscripts.
[09:19:59] OnFilter
[09:19:59] Loading filterscript 'Fireworks.amx'...
[09:19:59] Unable to load filterscript 'Radio.amx'.
[09:19:59] Loading filterscript 'Radio.amx'...
[09:19:59] Unable to load filterscript 'Anims.amx'.
[09:19:59] Loading filterscript 'Anims.amx'...
[09:19:59] Unable to load filterscript 'Buttons.amx'.
[09:19:59] Loading filterscript 'Buttons.amx'...
[09:19:59] ---------------
[09:19:59] Filterscripts
[09:19:59]

[09:19:59] Loaded 3 plugins.
[09:19:59] Failed (libz.so.1: cannot open shared object file: No such file or directory)
[09:19:59] Loading plugin: mysql.so
[09:19:59] Loaded.

[09:19:59] ===============================

[09:19:59] 0.3d-R2 500 Players "dnee"

[09:19:59] © 2009 Alex "******" Cole

[09:19:59] sscanf plugin loaded.

[09:19:59] ===============================

[09:19:59]
[09:19:59] Loading plugin: sscanf.so
[09:19:59] Loaded.

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[09:19:59]
[09:19:59] Loading plugin: streamer.so
[09:19:59] Loaded.

*** Audio Plugin v0.5 by Incognito loaded ***

[09:19:59]
[09:19:59] Loading plugin: audio.so
[09:19:59] --------------
[09:19:59] Server Plugins
[09:19:59]

v0.3e, ©2005-2012 SA-MP Team
----------------------
SA-MP Dedicated Server


what do i need to do to solve this problem ??

Regards:
High Sky Roleplay Gaming
Reply
#2

HERE :
Код:
[09:19:59] Loaded 3 plugins.
[09:19:59] Failed (libz.so.1: cannot open shared object file: No such file or directory)
[09:19:59] Loading plugin: mysql.so
[09:19:59] Loaded.
Reply
#3

Yes i know that part.
but what to i need to change in that to solve the problem ?
Reply
#4

Have you got a libmysql.so file in your server folder ?
Reply
#5

No i dont have that. where can i download that ??
Reply
#6

I downloaded the libmysql.dll but where can i download the libmysql.so ?
Reply
#7

*.dll files are for windows, *.so files are for linux. So the dll file is useless on a linux platform. You should be able to get those files at BlueG's MySQL plugin page on the forum here.

https://sampforum.blast.hk/showthread.php?tid=56564
Reply
#8

I know. i saw it. but i only need to know how to solve this problem :

Код:
[09:19:59] Loaded 3 plugins.
[09:19:59] Failed (libz.so.1: cannot open shared object file: No such file or directory)
[09:19:59] Loading plugin: mysql.so
[09:19:59] Loaded.
Reply
#9

BTW i have my server + mysql at VOLT Host

this is in de g_mysql from me

Код:
// MySQL Configuration
#define SQL_HOST "66.85.148.154"
#define SQL_DB "6032_hsrp"
#define SQL_USER "6032_hsrp"
#define SQL_PASS "mypassword"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)