for Pharo to run properly, we need this: 

sudo apt-get -qq install libc6:i386
sudo apt-get -qq install libuuid1:i386
sudo apt-get -qq install libkrb5-3:i386 libk5crypto3:i386 zlib1g:i386 libcomerr2:i386 libkrb5support0:i386 libkeyutils1:i386
sudo apt-get -qq install libssl1.0.0:i386
sudo apt-get -qq install libfreetype6:i386

but you also have a ppa:

http://pharo.org/gnu-linux-installation#ubuntu-ppa-headless-vm

Esteban


On 18 Aug 2015, at 05:56, Eliot Miranda <eliot.miranda@gmail.com> wrote:

Hi David,

    and thanks to Jimmie for his list.  But let me recommend http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux32x86/HowToBuild.  And can I encourage people like Jimmy building their own VMs to read this file and send updates to me.  AFAIA Andreas introduced the HowToBuild files in the Qwaq VM build and they;re invaluable.  See also


On Mon, Aug 17, 2015 at 4:41 PM, David T. Lewis <lewis@mail.msen.com> wrote:

I'm afraid this is yet another annoying Ubuntu question but I'll ask
here anyway.

I just got a new laptop machine with Ubuntu 15.04 pre-installed.

Can someone remind me of the short list of 32-bit libraries that need
to be installed? Sorry for the newbie question but I'm trying to avoid
cluttering a new system with random package installs.

So far I have:

  sudo apt-get install lib32z1
  sudo apt-get install libbx11-6:i386

Presumably I'm missing a package related to X11 because I am getting the
(possibly misleading) "could not find display driver vm-display-X11"
runtime error.

Thanks,
Dave




--
_,,,^..^,,,_
best, Eliot