SA-MP Forums Archive
help me change linux - 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: help me change linux (/showthread.php?tid=655589)



help me change linux - nbx2000 - 25.06.2018

how to change my Windows server to Linux?


Re: help me change linux - Adamoneoone - 25.06.2018

Just get everything from your Linux server (filterscripts, gamemode, plugins) and paste them in a freshly downloaded copy of the windows server.
The plugins might need further researches, as you'll need to get every plugin in a .dll extension (whereas Linux uses .so files)


Re: help me change linux - Sew_Sumi - 25.06.2018

Quote:
Originally Posted by Adamoneoone
View Post
Just get everything from your Linux server (filterscripts, gamemode, plugins) and paste them in a freshly downloaded copy of the windows server.
The plugins might need further researches, as you'll need to get every plugin in a .dll extension (whereas Linux uses .so files)
You've got this the wrong way around, he's going from Windows, to Linux.

As what Adamoneone said, simply get the server package, chuck in the linux versions of the plugins that you use (There are a few that aren't available(AVOID CENTOS as many of the plugins have trouble on there due to not being compiled for CentOS)) and fire it up...


If it errors out, post the log file. If the server crashes, check with crashdetect and post that log section as well.


Re: help me change linux - nbx2000 - 25.06.2018

Quote:
Originally Posted by Adamoneoone
View Post
Just get everything from your Linux server (filterscripts, gamemode, plugins) and paste them in a freshly downloaded copy of the windows server.
The plugins might need further researches, as you'll need to get every plugin in a .dll extension (whereas Linux uses .so files)
then I move all of my server windows to the server of the linux folder and compile with the files.so?


Re: help me change linux - Adamoneoone - 25.06.2018

Quote:
Originally Posted by Sew_Sumi
View Post
You've got this the wrong way around, he's going from Windows, to Linux.

As what Adamoneone said, simply get the server package, chuck in the linux versions of the plugins that you use (There are a few that aren't available(AVOID CENTOS as many of the plugins have trouble on there due to not being compiled for CentOS)) and fire it up...


If it errors out, post the log file. If the server crashes, check with crashdetect and post that log section as well.
Quote:
Originally Posted by nbx2000
View Post
then I move all of my server windows to the server of the linux folder and compile with the files.so?
Whoops, my bad, so you don't have to recompile anything, you just need to put the plugins in their linux version on the plugins folder in your samp server's folder

For instance, if you had streamer.dll in your windows version server, you need to download the streamer.so and put it in the linux folder.