Author Topic: cannot execute binary  (Read 1505 times)

picobyte

  • Traveller
  • *
  • Posts: 12
    • View Profile
cannot execute binary
« on: February 27, 2006, 01:57:04 pm »
I cannot execute PlaneShift_CBV0.3.013.i686.bin. can someone give the md5sum so that I can see whether my file is correct? I have permissions, and mounted to be able to execute it.
Quote
roel@zoinx:~/downloaded/games$md5sum -b PlaneShift_CBV0.3.013.i686.bin
095bedf887372c0789dba0843cfff509 *PlaneShift_CBV0.3.013.i686.bin
« Last Edit: February 27, 2006, 02:24:24 pm by picobyte »


Bereror

  • Hydlaa Notable
  • *
  • Posts: 773
    • View Profile
    • Planeshift API
(No subject)
« Reply #1 on: February 27, 2006, 02:18:11 pm »
Here it comes.

Code: [Select]
095bedf887372c0789dba0843cfff509  PlaneShift_CBV0.3.013.i686.bin
File size 282301066
PlaneShift Sources
PlaneShift API
"Words never spoken
Are the strongest resounding"

picobyte

  • Traveller
  • *
  • Posts: 12
    • View Profile
(No subject)
« Reply #2 on: February 27, 2006, 02:28:47 pm »
thanks. It is ok.
my fault, I did
bash ./PlaneShift_CBV0.3.013.i686.bin, but should have done
\'./PlaneShift_CBV0.3.013.i686.bin\'


replicant

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #3 on: February 27, 2006, 04:08:08 pm »
Edit: Nevermind, after thinking about it some more I realized I didn\'t give myself permission to execute the file. d\'oh! x_x
« Last Edit: February 27, 2006, 04:13:07 pm by replicant »

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #4 on: February 27, 2006, 04:11:52 pm »
Did you run chmod +x on the file?

chmod +x PlaneShift_CBV0.3.013.i686.bin
./PlaneShift_CBV0.3.013.i686.bin

replicant

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #5 on: February 27, 2006, 04:14:16 pm »
Quote
Originally posted by Xordan
Did you run chmod +x on the file?

chmod +x PlaneShift_CBV0.3.013.i686.bin
./PlaneShift_CBV0.3.013.i686.bin


yeah, that was my issue. Can\'t believe I made such a simple mistake but it happens, thanks for your reply.