SA-MP Forums Archive
Running server on cPanal HELP! - 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: Running server on cPanal HELP! (/showthread.php?tid=407494)



Running server on cPanal HELP! - Royalty Gaming - 14.01.2013

Edit: Now im getting this error

Код HTML:
[Mon Jan 14 06:57:02 2013] Launching server [2427] with the following commandline:
cd /home/sampskull/.gameservers/samp_0/
LD_LIBRARY_PATH="libs:." /home/sampskull/.gameservers/samp_0/samp03svr +exec server.cfg

pid 2427's current affinity mask: ff
pid 2427's new affinity mask: ff

----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team
[14/01/2013 06:57:02] 
[14/01/2013 06:57:02] Server Plugins
[14/01/2013 06:57:02] --------------
[14/01/2013 06:57:02]  Loading plugin: mysql.so
[14/01/2013 06:57:02]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[14/01/2013 06:57:02]  Loading plugin: sscanf.so
[14/01/2013 06:57:02] 
[14/01/2013 06:57:02]  ===============================
[14/01/2013 06:57:02]       sscanf plugin loaded.     
[14/01/2013 06:57:02]          Version:  2.8.1        
[14/01/2013 06:57:02]    © 2012 Alex "******" Cole  
[14/01/2013 06:57:02]  ===============================
[14/01/2013 06:57:02]   Loaded.
[14/01/2013 06:57:02]  Loading plugin: streamer.so
[14/01/2013 06:57:02] 
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14/01/2013 06:57:02]   Loaded.
[14/01/2013 06:57:02]  Loading plugin: Whirlpool.so
[14/01/2013 06:57:02]  
[14/01/2013 06:57:02]  ==================
[14/01/2013 06:57:02]  
[14/01/2013 06:57:02]   Whirlpool loaded
[14/01/2013 06:57:02]  
[14/01/2013 06:57:02]  ==================
[14/01/2013 06:57:02]  
[14/01/2013 06:57:02]   Loaded.
[14/01/2013 06:57:02]  Loading plugin: nativechecker
[14/01/2013 06:57:02]   Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[14/01/2013 06:57:02]  Loaded 3 plugins.

Started server on port: 7778, with maxplayers: 14 lanmode is ON.
[14/01/2013 06:57:02] 
[14/01/2013 06:57:02] Filterscripts
[14/01/2013 06:57:02] ---------------
[14/01/2013 06:57:02]   Loading filterscript 'yom_buttons.amx'...
[14/01/2013 06:57:02]   Loading filterscript 'anims.amx'...
[14/01/2013 06:57:02]   Loading filterscript 'yom_buttons.amx'...
[14/01/2013 06:57:02]   Unable to load filterscript 'yom_buttons.amx'.
[14/01/2013 06:57:02]   Loading filterscript 'zmapping.amx'...
[14/01/2013 06:57:02]   Loaded 3 filterscripts.
[14/01/2013 06:57:02] Script[gamemodes/VGR.amx]: Run time error 19: "File or function is not found"
[14/01/2013 06:57:02] Number of vehicle models: 0



Re: Running server on cPanal HELP! - Royalty Gaming - 14.01.2013

If you can help me via skype, Add me skull495


Re: Running server on cPanal HELP! - Royalty Gaming - 14.01.2013

Bump! Please help


Re: Running server on cPanal HELP! - 3ventic - 14.01.2013

Update your MySQL. If not running any on the same machine, or unable to, get libmysqlclient_r.so.16 into the server lib or samp executable folder. If any new errors pop up requesting another library (.so*), do the same for them.


Re: Running server on cPanal HELP! - Royalty Gaming - 14.01.2013

Quote:
Originally Posted by 3ventic
Посмотреть сообщение
Update your MySQL. If not running any on the same machine, or unable to, get libmysqlclient_r.so.16 into the server lib or samp executable folder. If any new errors pop up requesting another library (.so*), do the same for them.
I can't find the download for libmysqlclient_r.so.16 anywhere! and the mysql is updated to the latest on the plugin.


Re: Running server on cPanal HELP! - ColorHost-Kevin - 15.01.2013

What OS are you running? CentOS 5 or 6?


Re: Running server on cPanal HELP! - CookieCrusher - 16.01.2013

You are running x64 version of CentOS-cPanel i believe.
Requirements: You need access to the SSH console
First of all tell us Are you running CentOS 5 or 6 and what version of MySQL are you running?
You can find out your MySQL version by executing this command:
Код:
yum list | grep mysql



Re: Running server on cPanal HELP! - McDavidson - 16.01.2013

Update the plugins or Check if all the plugins is in the server.cfg


Re: Running server on cPanal HELP! - CookieCrusher - 16.01.2013

Quote:
Originally Posted by McDavidson
Посмотреть сообщение
Update the plugins or Check if all the plugins is in the server.cfg
I know i'm not the right person to answer you but didn't you check the console output at all?..
His plugins are perfectly fine.. It's a x64 CentOS issue.. which is very easy to solve by installing a few packages but for that we need his MySQL version because the MySQL-Shared package has to match the MySQL version.


Re: Running server on cPanal HELP! - 3ventic - 17.01.2013

Quote:
Originally Posted by Royalty Gaming
Посмотреть сообщение
I can't find the download for libmysqlclient_r.so.16 anywhere! and the mysql is updated to the latest on the plugin.
No, not the plugin. Update MySQL itself or get the shared libraries.

You can also try to run locate libmysqlclient_r.so.16 in the server terminal and then copy the file to your server folder.

http://forums.cpanel.net/f391/yum-up...051-print.html
Might help.