2011-12-06, 07:21 PM
#1
Binaries?
For setting up server in Linux, I have corrected all the file permissions, but it still won't let me run the server.
Code:
login as: foyerhead
Access denied
[email protected]'s password:
Last login: Tue Dec  6 21:17:55 2011 from adsl-99-36-7-19.dsl.wlfrct.sbcglobal.net
-bash-3.2$ screen
bash-3.2$ cd /home/foyerhead/ACR
bash-3.2$ ./LinuxServer.sh
./LinuxServer.sh: line 13: /home/foyerhead/ACR/bin_linux/linux_server: cannot execute binary file
./LinuxServer.sh: line 13: /home/foyerhead/ACR/bin_linux/linux_server: Conseguido
bash-3.2$
Do you know what's going on?
Post Reply Quote this message in a reply
2011-12-06, 09:05 PM
#2
RE: Binaries?
Type "uname -a". If you see i386 in there, then you have to compile for 32-bit.

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply
2011-12-07, 06:01 PM (This post was last modified: 2011-12-07, 09:55 PM by Victor.)
#3
RE: Binaries?
Yup, it is:
Code:
bash-3.2$ uname -a
Linux 2tyz.cz.cc 2.6.18-274.12.1.el5 #1 SMP Tue Nov 29 13:37:35 EST 2011 i686 i686 i386 GNU/Linux
bash-3.2$
How do i compile to 32 bit?

EDIT: snip out useless part.
Post Reply Quote this message in a reply
2011-12-07, 09:56 PM
#4
RE: Binaries?
cd source/src
make server
cp ac_server ../../bin_linux/linux_server

Best regards,
Victor
//victorz.ca
Code:
Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|)
My antithesis compares favorably with _that of_ any high magnitude of pwnage. (|-me| > |-p|, |me| > |p|)
Post Reply Quote this message in a reply
2011-12-09, 06:23 PM
#5
RE: Binaries?
Victor, can you take a screeny of you doing it? its not working for meh
Post Reply Quote this message in a reply


Forum Jump: