How I intall a Samp server 64 Bits.
#1

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!
Reply
#2

There is no 64-bits SAMP server. Just take the regular one.
Reply
#3

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
Reply
#4

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.
Reply
#5

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!


pawn Код:
// https://sampwiki.blast.hk/wiki/Linux_Server

# apt-get update

# apt-get install ia32-libs

# apt-get upgrade
//Do you want to continue [Y/n]? Y

# mkdir samp // # cd /home

# cd samp

# wget http://files.sa-mp.com/samp037svr_R2-1.tar.gz

# tar -zxf samp037svr_R2-1.tar.gz

# cd samp03

# nano server.cfg

// chmod 700 announce/samp-npc/samp03svr

# nohup ./samp03svr &

// Running Grand Larceny - by the SA-MP team
Reply
#6

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:~#
Reply
#7

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
Reply
#8

Danzou I Reinstall My Vps , for Centos 6 32 bits , cand you intall for my samp server?
Reply
#9

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
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)