pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

How to run 32-bit image in 64-bit OS?

HM
Hernán Morales Durand
Thu, Sep 16, 2021 1:32 PM

Hello,

Is there any guide on how to set up an environment for running 32-bit
images in 64-bit OS?

I have a bunch of 32-bit Pharo images (for example
Pharo7.0.4-0-32bit-ccd1f64.image) and I want to run them in a 64-bit macOS
(BigSur 11.4 now). I don't use Pharo Launcher but I tried downloading the
corresponding 32-bit VM with ZeroConf

curl https://get.pharo.org/64/vm70 | bash

And launching those images always result in the classic error:

This interpreter (vers. 68021) cannot read image file (vers. 6521)

Is there any Docker solution/example for this?

Cheers,

Hernán

Hello, Is there any guide on how to set up an environment for running 32-bit images in 64-bit OS? I have a bunch of 32-bit Pharo images (for example Pharo7.0.4-0-32bit-ccd1f64.image) and I want to run them in a 64-bit macOS (BigSur 11.4 now). I don't use Pharo Launcher but I tried downloading the corresponding 32-bit VM with ZeroConf curl https://get.pharo.org/64/vm70 | bash And launching those images always result in the classic error: This interpreter (vers. 68021) cannot read image file (vers. 6521) Is there any Docker solution/example for this? Cheers, Hernán