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

Javier Pimás elpochodelagente at gmail.com
Wed Aug 19 19:52:45 UTC 2015


cool! did apt-get tell which libraries were missing?

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20150819/8652499e/attachment.htm


More information about the Vm-dev mailing list