cannot open shared object file: No such file or directory & OGP Crash
#1

Hello guys.
I am trying to run my server on host from a hosting company
so the problem is that i dunno if the VPS is Linux or Windows
So i Uploaded the both of Plugins
Here is the Logs when i tried Windows without .dll.
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[18:26:20] maxplayers = 50  (int)
[18:26:20] filterscripts = ""  (string)
[18:26:20] 
[18:26:20] Server Plugins
[18:26:20] --------------
[18:26:20]  Loading plugin: crashdetect
[18:26:20]   Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[18:26:20]  Loading plugin: mysql2
[18:26:20]   Failed (plugins/mysql2: cannot open shared object file: No such file or directory)
[18:26:20]  Loading plugin: streamer
[18:26:20]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[18:26:20]  Loading plugin: sscanf
[18:26:20]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[18:26:20]  Loading plugin: irc
[18:26:20]   Failed (plugins/irc: cannot open shared object file: No such file or directory)
[18:26:20]  Loading plugin: Whirlpool
[18:26:20]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[18:26:20]  Loading plugin: YSF
[18:26:20]   Failed (plugins/YSF: cannot open shared object file: No such file or directory)
[18:26:20]  Loaded 0 plugins.

[18:26:20] 
[18:26:20] Filterscripts
[18:26:20] ---------------
[18:26:20]   Loaded 0 filterscripts.

[18:26:20] Script[gamemodes/SXv7.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[18:26:20] Failed to load 'gamemodes/SXv7.amx' script.
[18:26:20] Number of vehicle models: 0
Then the Gamemode is Unknown
When i tried Windows with .dll
Code:
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[18:49:54] maxplayers = 50  (int)
[18:49:54] filterscripts = ""  (string)
[18:49:54] 
[18:49:54] Server Plugins
[18:49:54] --------------
[18:49:54]  Loading plugin: crashdetect.dll
[18:49:54]   Failed (plugins/crashdetect.dll: invalid ELF header)
[18:49:54]  Loading plugin: mysql.dll
[18:49:54]   Failed (plugins/mysql.dll: invalid ELF header)
[18:49:54]  Loading plugin: streamer.dll
[18:49:54]   Failed (plugins/streamer.dll: invalid ELF header)
[18:49:54]  Loading plugin: sscanf.dll
[18:49:54]   Failed (plugins/sscanf.dll: invalid ELF header)
[18:49:54]  Loading plugin: irc.dll
[18:49:54]   Failed (plugins/irc.dll: invalid ELF header)
[18:49:54]  Loading plugin: Whirlpool.dll
[18:49:54]   Failed (plugins/Whirlpool.dll: invalid ELF header)
[18:49:54]  Loading plugin: YSF.dll
[18:49:54]   Failed (plugins/YSF.dll: invalid ELF header)
[18:49:54]  Loaded 0 plugins.

[18:49:54] 
[18:49:54] Filterscripts
[18:49:54] ---------------
[18:49:54]   Loaded 0 filterscripts.

[18:49:54] Script[gamemodes/SXv7.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[18:49:54] Failed to load 'gamemodes/SXv7.amx' script.
[18:49:54] Number of vehicle models: 0
When i Tried with Linux .so
OGP Crashes
Code:
OGP_HOME_000000171_startup_scr.sh: line 2:  1304 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1329 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1349 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1371 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1466 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1497 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1524 Segmentation fault      ./samp03svr

Server './samp03svr  ' crashed with exit code 0.  Respawning...


Retry #1.
Starting server, please wait...
Reply
#2

Linux plugins extension is ".so".
Reply
#3

Quote:
Originally Posted by Spmn
View Post
Linux plugins extension is ".so".
Really?
I said i am trying to run on Linux .so
Reply
#4

It doesn't seems so to me:
Code:
[18:49:54]  Loading plugin: crashdetect.dll
[18:49:54]   Failed (plugins/crashdetect.dll: invalid ELF header)
...
[18:26:20]  Loading plugin: crashdetect
[18:26:20]   Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
Reply
#5

Quote:
Originally Posted by Ultraz;3836811
[B

When i Tried with Linux .so[/B]
OGP Crashes
Code:
OGP_HOME_000000171_startup_scr.sh: line 2:  1304 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1329 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1349 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1371 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1466 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1497 Segmentation fault      ./samp03svr

OGP_HOME_000000171_startup_scr.sh: line 2:  1524 Segmentation fault      ./samp03svr

Server './samp03svr  ' crashed with exit code 0.  Respawning...


Retry #1.
Starting server, please wait...
Huh?
Reply
#6

Re-install server from panel option, and upload you ur new version file via panel itself not by any other ftp service.
Reply
#7

Quote:
Originally Posted by iLearner
View Post
Re-install server from panel option, and upload you ur new version file via panel itself not by any other ftp service.
I will try it now , thanks.
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)