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

Chris Muller asqueaker at gmail.com
Tue Aug 18 20:26:40 UTC 2015


Hi Dave, check the "install-libs32" script in the All-in-One.  It
works for 14.04, but not sure about 15.04.

My guess is you need to install:

   libice6:i386 libgl1-mesa-dri-lts-utopic:i386
libgl1-mesa-glx-lts-utopic:i386 libsm6:i386

On Tue, Aug 18, 2015 at 7:20 AM, David T. Lewis <lewis at mail.msen.com> wrote:
>
> Thanks Esteban (and also Jimmie and Eliot),
>
> This looks like the list I was looking for, much appreciated.
>
> Oddly, I still get the "could not find display driver vm-display-X11" error
> on any 32-bit VM (including interpreter VM).
>
> I'm sure I must be doing something dumb, but just to check - is anyone else
> using Ubuntu 15.04?
>
> Dave
>
>
> On Tue, Aug 18, 2015 at 11:34:16AM +0200, Esteban Lorenzano wrote:
>>
>> 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 <http://pharo.org/gnu-linux-installation#ubuntu-ppa-headless-vm>
>>
>> Esteban
>>
>>
>> > On 18 Aug 2015, at 05:56, Eliot Miranda <eliot.miranda at 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 <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
>> >
>> > http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux32ARM/HowToBuild <http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux32ARM/HowToBuild>
>> > http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux32x86/HowToBuild <http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux32x86/HowToBuild>
>> > http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux64x64/HowToBuild <http://www.squeakvm.org/svn/squeak/branches/Cog/build.linux64x64/HowToBuild>
>> > http://www.squeakvm.org/svn/squeak/branches/Cog/build.macos32x86/HowToBuild <http://www.squeakvm.org/svn/squeak/branches/Cog/build.macos32x86/HowToBuild>
>> > http://www.squeakvm.org/svn/squeak/branches/Cog/build.macos64x64/HowToBuild <http://www.squeakvm.org/svn/squeak/branches/Cog/build.macos64x64/HowToBuild>
>> > http://www.squeakvm.org/svn/squeak/branches/Cog/build.win32x86/HowToBuild <http://www.squeakvm.org/svn/squeak/branches/Cog/build.win32x86/HowToBuild>
>> >
>> > On Mon, Aug 17, 2015 at 4:41 PM, David T. Lewis <lewis at mail.msen.com <mailto:lewis at 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
>>
>


More information about the Vm-dev mailing list