[Vm-dev] Minimum 32-bit libs for Ubuntu

Jimmie Houchin jlhouchin at gmail.com
Tue Aug 18 01:34:45 UTC 2015


On 08/17/2015 06:41 PM, David T. Lewis 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

My setup-pharo.sh script is this

dpkg --add-architecture i386
apt-get update

apt-get --yes install cmake zip bash-completion ruby git xz-utils 
debhelper devscripts
apt-get --yes install libc6-dev:i386 libasound2:i386 libasound2-dev:i386 
libasound2-plugins:i386
apt-get --yes install libssl-dev:i386 libssl1.0.0:i386 libssh2-1:i386 
libfreetype6-dev:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386
apt-get --yes install build-essential gcc-multilib g++
apt-get --yes install libgl1-mesa-dev:i386 libgl1-mesa-glx:i386

It gets Pharo and Squeak up and running. I do not know what the minimum 
subset of this would be. I harvested this from some script many years 
ago and just added when necessary.

Hope this helps.

Jimmie



More information about the Vm-dev mailing list