BIG PROBLEM
#1

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:43Server Plugins
[19:24:43] --------------
[
19:24:43]  Loading pluginmysql.so
[19:24:43]   Failed (libmysqlclient_r.so.15cannot open shared object fileNo such file or directory)
[
19:24:43]  Loading pluginsscanf.so
[19:24:43
[
19:24:43]  ===============================
[
19:24:43]       sscanf plugin loaded.     
[
19:24:43]    (c2009 Alex "******" Cole
[19:24:43]    0.3d-R2 500 Players "dnee"
[19:24:43]  ===============================
[
19:24:43]   Loaded.
[
19:24:43]  Loading pluginstreamer.so
[19:24:43
*** 
Streamer Plugin v2.6.1 by Incognito loaded ***
[
19:24:43]   Loaded.
[
19:24:43]  Loading pluginWhirlpool.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 pluginmysql_static.so
[19:24:43]  >> plugin.mysqlR39 successfully loaded.
[
19:24:43]   Loaded.
[
19:24:43]  Loaded 4 plugins.
[
19:24:43
[
19:24:43Ban list
[
19:24:43] --------
[
19:24:43]  Loadedsamp.ban
[19:24:43
[
19:24:43
[
19:24:43Filterscripts
[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:43Script[gamemodes/clever.amx]: Run time error 19"File or function is not found"
[19:24:43Number of vehicle models
Reply
#2

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

Reply
#3

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

Aaa it's hosted !

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

Hope it helps ! ^^

KillerDVX,
Reply
#5

Not help me....
Reply
#6

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'.
Reply
#7

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

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!
Reply
#9

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' 
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)