Nov. 17, 2018
8:35 p.m.
Hi Richard, You're mixing 32 bit and 64 bit installations. I'd just use the zero-conf install. In an empty directory: curl get.pharo.org/64/61+vm | bash or wget -O - get.pharo.org/64/61+vm | bash HTH, Alistair On Sat, 17 Nov 2018 at 21:32, Richard Kenneth Eng <horrido.hobbies@gmail.com> wrote:
I'm running Debian. At http://files.pharo.org, I download
platform/Pharo6.0-64-linux.zip sources/PharoV60.sources.zip wget -O- get.pharo.org/60 | bash
Then I try: ./pharo Pharo.image &
I'm always getting "This interpreter (vers. 68021) cannot read image file (vers. 6521)."
What's wrong?