Проблема с запуском сервера на хостинге (не загружаются плагины)
#1

При попытке запустить сервер на хостинге (Playerhost) в логе выводятся ошибки касаемо таких плагинов, как MySQL и Crashdetect, причём у себя на компьютере сервер в той же конфигурации запускается без проблем. Текст лога:
Код:
[22:18:52] 
[22:18:52] Server Plugins
[22:18:52] --------------
[22:18:52]  Loading plugin: MySQL.so
[22:18:52]   Failed (plugins/MySQL.so: cannot open shared object file: No such file or directory)
[22:18:52]  Loading plugin: Whirlpool.so
[22:18:52]  
[22:18:52]  ==================
[22:18:52]  
[22:18:52]   Whirlpool loaded
[22:18:52]  
[22:18:52]  ==================
[22:18:52]  
[22:18:52]   Loaded.
[22:18:52]  Loading plugin: sscanf.so
[22:18:52] 

[22:18:52]  ===============================

[22:18:52]       sscanf plugin loaded.     

[22:18:52]          Version:  2.8.1        

[22:18:52]    © 2012 Alex "******" Cole  

[22:18:52]  ===============================

[22:18:52]   Loaded.
[22:18:52]  Loading plugin: CrashDetect.so
[22:18:52]   Failed (plugins/CrashDetect.so: cannot open shared object file: No such file or directory)
[22:18:52]  Loading plugin: nativechecker.so
[22:18:52]   Loaded.
[22:18:52]  Loaded 3 plugins.

[22:18:52] 
[22:18:52] Filterscripts
[22:18:52] ---------------
[22:18:52]   Loaded 0 filterscripts.

[22:18:53]    Error: Function not registered: 'mysql_log'
[22:18:53]    Error: Function not registered: 'mysql_connect'
[22:18:53]    Error: Function not registered: 'mysql_errno'
[22:18:53]    Error: Function not registered: 'mysql_format'
[22:18:53]    Error: Function not registered: 'mysql_tquery'
[22:18:53]    Error: Function not registered: 'cache_get_field_content_int'
[22:18:53]    Error: Function not registered: 'cache_get_field_content'
[22:18:53]    Error: Function not registered: 'cache_insert_id'
[22:18:53]    Error: Function not registered: 'cache_get_data'
[22:18:53] Script[gamemodes/rusents.amx]: Run time error 19: "File or function is not found"
[22:18:53] Number of vehicle models: 0
Плагин MySQL R38, загружен отсюда (https://github.com/pBlueG/SA-MP-MySQL/releases), пробовал версии как для Linux, так и для CentOS, безрезультатно... А насчёт крашдетекта вообще молчу, даже нет предположений, почему он-то не грузится. Инклуды в начале мода прописаны, в server.cfg плагины подключены с указанием расширения .so, в папке «plugins» на хосте тоже имеются. В чём дело?
Reply
#2

Регистр в настройках и у файлов совпадает?
Reply
#3

Stepashka, нет, спасибо за замечание, исправил. Теперь загрузились все плагины, кроме того же MySQL.. Часть лога с новыми ошибками:
Код:
00:47:04]  Loading plugin: mysql.so
[00:47:04]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[00:47:04]  Loading plugin: crashdetect.so
[00:47:04]   CrashDetect v4.14 is OK.
[00:47:04]   Loaded.
[00:47:04]  Loading plugin: nativechecker.so
[00:47:04]   Loaded.
[00:47:04]  Loaded 4 plugins.

[00:47:04] 
[00:47:04] Filterscripts
[00:47:04] ---------------
[00:47:04]   Loaded 0 filterscripts.

[00:47:04]    Error: Function not registered: 'mysql_log'
[00:47:04]    Error: Function not registered: 'mysql_connect'
[00:47:04]    Error: Function not registered: 'mysql_errno'
[00:47:04]    Error: Function not registered: 'mysql_format'
[00:47:04]    Error: Function not registered: 'mysql_tquery'
[00:47:04]    Error: Function not registered: 'cache_get_field_content_int'
[00:47:04]    Error: Function not registered: 'cache_get_field_content'
[00:47:04]    Error: Function not registered: 'cache_insert_id'
[00:47:04]    Error: Function not registered: 'cache_get_data'
[00:47:04] [debug] Run time error 19: "File or function is not found"
[00:47:04] [debug]  mysql_log
[00:47:04] [debug]  mysql_connect
[00:47:04] [debug]  mysql_errno
[00:47:04] [debug]  mysql_format
[00:47:04] [debug]  mysql_tquery
[00:47:04] [debug]  cache_get_field_content_int
[00:47:04] [debug]  cache_get_field_content
[00:47:04] [debug]  cache_insert_id
[00:47:04] [debug]  cache_get_data
[00:47:04] [debug] Run time error 19: "File or function is not found"
[00:47:04] [debug]  mysql_log
[00:47:04] [debug]  mysql_connect
[00:47:04] [debug]  mysql_errno
[00:47:04] [debug]  mysql_format
[00:47:04] [debug]  mysql_tquery
[00:47:04] [debug]  cache_get_field_content_int
[00:47:04] [debug]  cache_get_field_content
[00:47:04] [debug]  cache_insert_id
[00:47:04] [debug]  cache_get_data
[00:47:04] Script[gamemodes/rusents.amx]: Run time error 19: "File or function is not found"
[00:47:04] Number of vehicle models: 0
Reply
#4

Я смотрю LiMOH так серьёзно занялся изучением Pawn
Сколько тем уже тут создано и видно, пытается сам разбираться а не бежит сразу на форум за (дайте мне готовое).
Reply
#5

SoNikMells, по Вашему прежде чем запостить тему, я не пытаюсь самостоятельно проблему решить? Давайте тогда вообще форум закроем, зачем же он вообще нужен, нечего сюда за помощью обращаться

UPD: или это не сарказм вовсе был? Не совсем понял на сонную голову
Reply
#6

Плагин мускула не подключается, либо файл недоступен для чтения, либо отсутствует в искомой папке.
Reply
#7

LiMOH, почему люди все воспринимают так негативно? Я подметил, что человек молодец, пытается изначально решить сам проблему потом только идёт на форум, а в ответ вижу будь-то я наезжал =\
Reply
#8

SoNikMells, прошу прощения, я неправильно Вас понял. А за похвалу спасибо
А, и спасибо всем отписавшимся, позже сообщу о результате.
Reply
#9

Quote:
Originally Posted by LiMOH
Посмотреть сообщение
Stepashka, нет, спасибо за замечание, исправил. Теперь загрузились все плагины, кроме того же MySQL.. Часть лога с новыми ошибками:
Код:
00:47:04]  Loading plugin: mysql.so
[00:47:04]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[00:47:04]  Loading plugin: crashdetect.so
[00:47:04]   CrashDetect v4.14 is OK.
[00:47:04]   Loaded.
[00:47:04]  Loading plugin: nativechecker.so
[00:47:04]   Loaded.
[00:47:04]  Loaded 4 plugins.

[00:47:04] 
[00:47:04] Filterscripts
[00:47:04] ---------------
[00:47:04]   Loaded 0 filterscripts.

[00:47:04]    Error: Function not registered: 'mysql_log'
[00:47:04]    Error: Function not registered: 'mysql_connect'
[00:47:04]    Error: Function not registered: 'mysql_errno'
[00:47:04]    Error: Function not registered: 'mysql_format'
[00:47:04]    Error: Function not registered: 'mysql_tquery'
[00:47:04]    Error: Function not registered: 'cache_get_field_content_int'
[00:47:04]    Error: Function not registered: 'cache_get_field_content'
[00:47:04]    Error: Function not registered: 'cache_insert_id'
[00:47:04]    Error: Function not registered: 'cache_get_data'
[00:47:04] [debug] Run time error 19: "File or function is not found"
[00:47:04] [debug]  mysql_log
[00:47:04] [debug]  mysql_connect
[00:47:04] [debug]  mysql_errno
[00:47:04] [debug]  mysql_format
[00:47:04] [debug]  mysql_tquery
[00:47:04] [debug]  cache_get_field_content_int
[00:47:04] [debug]  cache_get_field_content
[00:47:04] [debug]  cache_insert_id
[00:47:04] [debug]  cache_get_data
[00:47:04] [debug] Run time error 19: "File or function is not found"
[00:47:04] [debug]  mysql_log
[00:47:04] [debug]  mysql_connect
[00:47:04] [debug]  mysql_errno
[00:47:04] [debug]  mysql_format
[00:47:04] [debug]  mysql_tquery
[00:47:04] [debug]  cache_get_field_content_int
[00:47:04] [debug]  cache_get_field_content
[00:47:04] [debug]  cache_insert_id
[00:47:04] [debug]  cache_get_data
[00:47:04] Script[gamemodes/rusents.amx]: Run time error 19: "File or function is not found"
[00:47:04] Number of vehicle models: 0
Используй статичный билд.
mysql_static.so
Reply
#10

White116, пробовал – не помогло. Этот статичный билд тоже ведь должен быть размещён в папке plugins, верно? Вот лог с новыми ошибками (сверху):
Код:
[00:02:09]   Loading plugin: mysql_static.so
[00:02:09]   Failed (plugins/mysql_static.so: undefined symbol: _ZGVN5boost16exception_detail37exception_ptr_static_exception_objectINS0_10bad_alloc_EE1eE)
[00:02:09]  Loading plugin: crashdetect.so
[00:02:09]   CrashDetect v4.14 is OK.
[00:02:09]   Loaded.
[00:02:09]  Loading plugin: nativechecker.so
[00:02:09]   Loaded.
[00:02:09]  Loaded 4 plugins.

[00:02:09] 
[00:02:09] Filterscripts
[00:02:09] ---------------
[00:02:09]   Loaded 0 filterscripts.

[00:02:09]    Error: Function not registered: 'mysql_log'
[00:02:09]    Error: Function not registered: 'mysql_connect'
[00:02:09]    Error: Function not registered: 'mysql_errno'
[00:02:09]    Error: Function not registered: 'mysql_format'
[00:02:09]    Error: Function not registered: 'mysql_tquery'
[00:02:09]    Error: Function not registered: 'cache_get_field_content_int'
[00:02:09]    Error: Function not registered: 'cache_get_field_content'
[00:02:09]    Error: Function not registered: 'cache_insert_id'
[00:02:09]    Error: Function not registered: 'cache_get_data'
[00:02:09] [debug] Run time error 19: "File or function is not found"
[00:02:09] [debug]  mysql_log
[00:02:09] [debug]  mysql_connect
[00:02:09] [debug]  mysql_errno
[00:02:09] [debug]  mysql_format
[00:02:09] [debug]  mysql_tquery
[00:02:09] [debug]  cache_get_field_content_int
[00:02:09] [debug]  cache_get_field_content
[00:02:09] [debug]  cache_insert_id
[00:02:09] [debug]  cache_get_data
[00:02:09] [debug] Run time error 19: "File or function is not found"
[00:02:09] [debug]  mysql_log
[00:02:09] [debug]  mysql_connect
[00:02:09] [debug]  mysql_errno
[00:02:09] [debug]  mysql_format
[00:02:09] [debug]  mysql_tquery
[00:02:09] [debug]  cache_get_field_content_int
[00:02:09] [debug]  cache_get_field_content
[00:02:09] [debug]  cache_insert_id
[00:02:09] [debug]  cache_get_data
[00:02:09] Script[gamemodes/rusents.amx]: Run time error 19: "File or function is not found"
[00:02:09] Number of vehicle models: 0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)