Hey Igor, I was just messing around with this the other day; Levente had the tersest incantation which worked on my fresh 14.04.4 install: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libuuid1:i386 libglu1-mesa:i386 libsm6:i386 (Documented at http://wiki.squeak.org/squeak/6134). On Tue, Nov 22, 2016 at 10:46 AM, Igor Stasenko <siguctua@gmail.com> wrote:
On 22 November 2016 at 16:50, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Igor,
For future reference,
On 22 Nov 2016, at 11:17, Sven Van Caekenberghe <sven@stfx.eu> wrote:
(this is what I use for headless)
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 sudo apt-get install libssl1.0.0:i386 sudo apt-get install libfreetype6:i386
On a fresh Ubuntu 16.04.1 LTS 64-bit I did the above
(you might need more for full UI)
And then just one other install
sudo apt-get install libgl1-mesa-glx:i386
which installed lots of dependencies.
After that I was able to run the download
get.pharo.org/60+vm
in UI mode (using pharo-ui).
Sven
ohh.. wait 6.0 is on the sight.. and i was mangling with 5.0.. yeah, that explains why it needs 32-bit libs and all that mess :)
-- Best regards, Igor Stasenko.