RUNNING WITH RIFLES
http://runningwithrifles.com/phpBB3/

[Linux server] Not found ?!
http://runningwithrifles.com/phpBB3/viewtopic.php?f=5&t=1686
Page 1 of 1

Author:  Technowix [ Fri May 02, 2014 8:37 pm ]
Post subject:  [Linux server] Not found ?!

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 ? ^^'

Author:  pasik [ Sat May 03, 2014 1:54 am ]
Post subject:  Re: [Linux server] Not found ?!

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

Author:  Technowix [ Sat May 03, 2014 7:50 am ]
Post subject:  Re: [Linux server] Not found ?!

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

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/