SA-MP Forums Archive
BIG 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: BIG PROBLEM (/showthread.php?tid=579139)



BIG PROBLEM - Sn4ke2 - 24.06.2015

i i have this error ? i have all libmysql in server directory, the server is hosted and run Linux - Centos 64.
i try to talk with host company and he's tell me have install all libraries....

PHP код:
Linux - Centos 64.
 
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[19:24:43] 
[
19:24:43] Server Plugins
[19:24:43] --------------
[
19:24:43]  Loading plugin: mysql.so
[19:24:43]   Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
[
19:24:43]  Loading plugin: sscanf.so
[19:24:43] 
[
19:24:43]  ===============================
[
19:24:43]       sscanf plugin loaded.     
[
19:24:43]    (c) 2009 Alex "******" Cole
[19:24:43]    0.3d-R2 500 Players "dnee"
[19:24:43]  ===============================
[
19:24:43]   Loaded.
[
19:24:43]  Loading plugin: streamer.so
[19:24:43] 
*** 
Streamer Plugin v2.6.1 by Incognito loaded ***
[
19:24:43]   Loaded.
[
19:24:43]  Loading plugin: Whirlpool.so
[19:24:43]  
[
19:24:43]  ==================
[
19:24:43]  
[
19:24:43]   Whirlpool loaded
[19:24:43]  
[
19:24:43]  ==================
[
19:24:43]  
[
19:24:43]   Loaded.
[
19:24:43]  Loading plugin: mysql_static.so
[19:24:43]  >> plugin.mysql: R39 successfully loaded.
[
19:24:43]   Loaded.
[
19:24:43]  Loaded 4 plugins.
[
19:24:43] 
[
19:24:43] Ban list
[
19:24:43] --------
[
19:24:43]  Loaded: samp.ban
[19:24:43] 
[
19:24:43] 
[
19:24:43] Filterscripts
[19:24:43] ---------------
[
19:24:43]   Loading filterscript 'MSGS.amx'...
[
19:24:43]   Unable to load filterscript 'MSGS.amx'.
[
19:24:43]   Loaded 0 filterscripts.
[
19:24:43] Script[gamemodes/clever.amx]: Run time error 19: "File or function is not found"
[19:24:43] Number of vehicle models: 0 



Re : BIG PROBLEM - KillerDVX - 24.06.2015

Use some of the following commands; it should work, atleast it did for me:

yum install gcc
yum install gpp
yum install mysql


And, also move stuffs to /var/lib instead of /usr/lib.


Quote:

cd /usr/lib ; wget http://mow.vg/files/libmysqlclient.so.15 ; cp libmysqlclient.so.15 hlibmysqlclient_.so.15




Re: BIG PROBLEM - Sn4ke2 - 24.06.2015

The server is hosted, i cant install what are you telling me


Re : BIG PROBLEM - KillerDVX - 24.06.2015

Aaa it's hosted !

Check this out buddy : https://sampforum.blast.hk/showthread.php?tid=537714

Hope it helps ! ^^

KillerDVX,



Re: BIG PROBLEM - Sn4ke2 - 24.06.2015

Not help me....


Re: BIG PROBLEM - Shetch - 24.06.2015

Read the error.

Код:
Script[gamemodes/clever.amx]: Run time error 19: "File or function is not found"
It's telling you that clever.amx does not exist. Make sure you've compiled your GM and you have no errors while doing so.


The same is also happening with your MSGS.amx filterscript. Make sure you've compiled it and you have no errors in it.
Код:
[19:24:43]   Loading filterscript 'MSGS.amx'... 
[19:24:43]   Unable to load filterscript 'MSGS.amx'.



Re: BIG PROBLEM - Sn4ke2 - 25.06.2015

Wtf, i'm not newbie ... i have GameMode.amx MSGS i know is not. The server is hosted.


Re: BIG PROBLEM - Ritzy2K - 25.06.2015

that clearly means you miss some plugins or ur include version doesnt match ur plugin one...rn nativechecker to see what all functions you are missing and are causing errors.. also! remember to run nativechecker as ur last plugin... for example!
pawn Код:
plugins sscanf streamer whirlpool mysql audio mapandreas nativechecker
i cant link you up, no spoon feeding tho, check it up urself

hope i helped you in any possible ways!
cheers!


Re: BIG PROBLEM - Sn4ke2 - 25.06.2015

Ok, i download the navitchecker and i see i have errors, but how to resolve them ?

PHP код:
[08:15:42]    Error: Function not registered: 'mysql_store_result'
[08:15:42]    Error: Function not registered: 'mysql_fetch_row_format'
[08:15:42]    Error: Function not registered: 'mysql_ping'
[08:15:42]    Error: Function not registered: 'mysql_real_escape_string'
[08:15:42]    Error: Function not registered: 'mysql_num_rows'
[08:15:42]    Error: Function not registered: 'mysql_fetch_field_row'
[08:15:42]    Error: Function not registered: 'mysql_free_result'
[08:15:42]    Error: Function not registered: 'mysql_debug' 



Re: BIG PROBLEM - Sudaisx - 27.06.2015

PHP код:
[08:15:42]    Error: Function not registered: 'mysql_store_result'
[08:15:42]    Error: Function not registered: 'mysql_fetch_row_format'
[08:15:42]    Error: Function not registered: 'mysql_ping'
[08:15:42]    Error: Function not registered: 'mysql_real_escape_string'
[08:15:42]    Error: Function not registered: 'mysql_num_rows'
[08:15:42]    Error: Function not registered: 'mysql_fetch_field_row'
[08:15:42]    Error: Function not registered: 'mysql_free_result'
[08:15:42]    Error: Function not registered: 'mysql_debug' 
[/QUOTE]

Problem is with mysql plugin