It is currently Thu Mar 28, 2024 1:29 pm

RUNNING WITH RIFLES Multiplayer

test

Game servers 51 List provided by EpocDotFr | Players online 172


All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Fri May 02, 2014 8:37 pm 
Offline

Joined: Fri May 02, 2014 8:28 pm
Posts: 5
Hey ! (Sorry for my crappy english... i'm not english ><)
Today, i want to run a Dedicated RWR server on my debian vps !
I install all i need, uploaded my media folder in the root of the server files, all folder look like that :
http://prntscr.com/3fk5w2
But, when i run the command for start a "invasion" server like you say in the lastest server files topic, i got that :
http://prntscr.com/3fk52d
mh... i go to investigate and after check everything is correct (php5 is where he say, don't know why he can't found it...), i reinstall PHP with this : http://www.php.net/manual/en/install.unix.debian.php and... same error :/
(And that with ./rwr_server : http://prntscr.com/3fk76w )
Any ideas ? ^^'


Top
 Profile  
 
PostPosted: Sat May 03, 2014 1:54 am 
Offline
Site Admin

Joined: Mon Jun 27, 2011 11:59 am
Posts: 2856
Thanks for the screenshots, you certainly set a great example for providing info for issues you're stumbling on!

It would seem that your system is 64-bit, which can, by default, require some additional stuff to run 32-bit material like RWR.

I can't personally vouch for Debian, but I've come across Ubuntu requiring me to run
Code:
sudo apt-get install ia32-libs


Top
 Profile  
 
PostPosted: Sat May 03, 2014 7:50 am 
Offline

Joined: Fri May 02, 2014 8:28 pm
Posts: 5
Thank for quick response !
After some search, and the need of 32bit lib you say, i found the solution for Debian 64 :
Run this command for add the 32 arch :
Code:
dpkg --add-architecture i386

After that, run this for update the packtage list :
Code:
apt-get update

and install the lib and all is dependecies :
Code:
apt-get install ia32-libs

And your done to launch your server ! Sweet !
Code:
./launch_php media/packages/vanilla/scripts/gamemode_invasion.php debug_output

Thank ! :D


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group