<div dir="ltr"><div><div><div><div><div>Hi Racket!<br><br></div>I'm trying to install Racket to run on my Linode, which is running Ubuntu 12.04 LTS. I've tried a few things:<br><br></div>* `sudo apt-get install racket` installs an older version of Racket that complains about (provide (contract-out ...)), which my code uses.<br>
<br></div>* The Ubuntu Precise distribution installs seemingly without issue, but when I try to run the REPL, my system complains:<br><br>`zsh: exec format error: /usr/racket/bin/racket`<br><br>and if I try to run racket on a file (i.e. `racket src/run.rkt`) it throws with:<br>
<br>$ racket src/run.rkt<br>/usr/local/bin/racket: 1: /usr/local/bin/racket: ELF: not found<br>/usr/local/bin/racket: 2: /usr/local/bin/racket: Syntax error: "(" unexpected<br><br></div><div>which makes me think the binary doesn't like my system.<br>
</div><div><br></div>* Finally, I've tried compiling from source, but when I get to the `sudo make install` step, it fails pretty opaquely at around this point in the console output:<br><br>raco setup: 1 making: algol60/examples<br>
raco setup: 1 making: compatibility<br>raco setup: 1 making: compatibility/scribblings<br>Killed<br>make[1]: *** [install-3m] Error 137<br><br>---<br><br></div>With all this in mind, can anybody shed some light on how to stop the failures? I don't mind which method I end up using, I'd just like to get my program running one way or another.<br>
<br>Thanks! :D<br><br><div><div><div><div><div><div><div>- Pablo</div>
</div></div></div></div></div></div></div>