How I intall a Samp server 64 Bits. -
SirRyan - 22.08.2016
Hello , i whant to intall a samp server , in my vps but si is a VPS Linux Debian , 64 Bits , and in the samp sever is X86 ( 32 Bits )
Plz , Help-me!
Re: How I intall a Samp server 64 Bits. -
Sithis - 22.08.2016
There is no 64-bits SAMP server. Just take the regular one.
Re: How I intall a Samp server 64 Bits. -
Brainles5 - 22.08.2016
Quote:
Originally Posted by SirRyan
Hello , i whant to intall a samp server , in my vps but si is a VPS Linux Debian , 64 Bits , and in the samp sever is X86 ( 32 Bits )
Plz , Help-me!
|
But my question is why are you running 64bit VPS? You are probably using a VPS with less than 3.5GB RAM
Re: How I intall a Samp server 64 Bits. -
SickAttack - 22.08.2016
Quote:
Originally Posted by Brainles5
But my question is why are you running 64bit VPS? You are probably using a VPS with less than 3.5GB RAM
|
OVH only offers 64 bits OSs. I suppose he uses that.
But anyway, you would pretty much just have to install the required libraries to run the server.
Re: How I intall a Samp server 64 Bits. -
Danzou - 22.08.2016
Quote:
Originally Posted by SirRyan
Hello , i whant to intall a samp server , in my vps but si is a VPS Linux Debian , 64 Bits , and in the samp sever is X86 ( 32 Bits )
Plz , Help-me!
|
Re: How I intall a Samp server 64 Bits. -
SirRyan - 23.08.2016
Danzou ,
root@sirowner:~# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate
root@sirowner:~#
Re: How I intall a Samp server 64 Bits. -
Danzou - 23.08.2016
Debian is multiarch for a while now ?
the libraries mentioned in the message,
lib32z1 lib32ncurses5, will fully replace any functionality needed by
ia32-libs.
PHP код:
dpkg --add-architecture i386
apt-get update
you can install ia32-libs..
i use CentOS
Re: How I intall a Samp server 64 Bits. -
SirRyan - 24.08.2016
Danzou I Reinstall My Vps , for Centos 6 32 bits , cand you intall for my samp server?
Re: How I intall a Samp server 64 Bits. -
Danzou - 24.08.2016
my contact is private, i can not pass. u can work with operating system 64.. what is happened ?
i said, i prefer CentOS, not for you re-install
Re: How I intall a Samp server 64 Bits. -
Sew_Sumi - 25.08.2016
Stop looking for a Copy-Paste solution, and learn how to handle your server.
What will happen when you encounter an issue that another user who uses another distribution can help you with, are you going to just instantly switch distribution again?
Danzou is right with the dpkg --add-architecture i386