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

David T. Lewis lewis at mail.msen.com
Wed Aug 19 22:49:21 UTC 2015


On Wed, Aug 19, 2015 at 04:52:45PM -0300, Javier Pim??s wrote:
>  
> cool! did apt-get tell which libraries were missing?

I don't think that apt-get showed what was missing, although the 
'ldd vm-display-X11.so' command that Craig suggested did identify the
missing libraries. I still had a hard time relating those libraries to
the actual :i386 packages that needed to be installed, and in the end I
just followed your advice of loading the Pharo vm package. This worked
fine, and it also installed a couple of pharo VMs that I am happy to
have on my system.

So I still do not know what is the "Minimum 32-bit libs for Ubuntu"
but I guess I don't really need to worry about that. It works now
and I am happy.

Thanks!

Dave


> 
> On Tue, Aug 18, 2015 at 7:24 PM, David T. Lewis <lewis at mail.msen.com> wrote:
> 
> >
> > On Tue, Aug 18, 2015 at 08:38:07PM +0200, Craig Latta wrote:
> > >
> > > Hi David--
> > >
> > >      You can use 'ldd vm-display-X11.so' (or whatever library file) to
> > > get a list of libraries that it needs in turn, with indications as to
> > > which of those is not installed.
> > >
> >
> > D'oh! <head smack>
> >
> > Thanks Craig.
> >
> > $ ldd *X11 | grep 'not found'
> >         libGL.so.1 => not found
> >         libXext.so.6 => not found
> >         libSM.so.6 => not found
> >         libICE.so.6 => not found
> >
> >
> > On Tue, Aug 18, 2015 at 03:26:40PM -0500, Chris Muller wrote:
> > >
> > > 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
> > >
> >
> > I think you are right, although the script for 14.04 gives some errors,
> > and loading those two packages did not seem to resolve the GL libraries.
> >
> > But now I'm down to just these two missing libraries:
> >
> > $ ldd *X11 | grep 'not found'
> >         libGL.so.1 => not found
> >         libXext.so.6 => not found
> >
> > On Tue, Aug 18, 2015 at 12:10:50PM -0300, Javier Pim??s wrote:
> > >
> > > I do, using ppa:pharo/stable on unbuntu 15.04 64 bits. Reviewing my
> > > packages on synaptic i see pharo-vm-core-i386:i386 seem to depend on:
> > >
> > > libasound2
> > > libc6
> > > libfreetype6
> > > libgl1-mesa-glx | libgl1
> > > libssl1.0.0
> > > libx11-6.
> > >
> > > You may want to just install pharo-vm-core-i386 package to get the
> > > dependencies and then use that vm or any other you want.
> > >
> >
> > I installed pharo-vm-core-i386 and it works fine. Thank you!
> >
> > :-)
> >
> > Dave
> >
> >
> 
> 
> -- 
> Javier Pim??s
> Ciudad de Buenos Aires



More information about the Vm-dev mailing list