Re: acroread doesn't find libGL.so.1

Page principale

Répondre à ce message
Auteur: Cord Santelmann
Date:  
À: DMO discussion
Sujet: Re: acroread doesn't find libGL.so.1
Hi Christian,

thanks for the super quick reply!

You made my day:

I've solved the problem creating a symlink in /usr/lib/i386-linux-gnu
with the following command:

ln -s /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 libGL.so.1

Now acroread starts ok. There is just a warning saying

(acroread-en:16622): Gtk-WARNING **: Im Modulpfad »oxygen-gtk« konnte
keine Themen-Engine gefunden werden,

(acroread didn't find a theme engin in module path "oxygen-gtk")

But I think I can ignore this warning.

Thanks again!

Cord

On 2013-08-06 14:31, Christian Marillat wrote:
> Cord Santelmann <csantelmann@???> writes:
>
> > Hi,
>
> Hi,
>
> > I installed acroread successfully, but it doesn't start properly but
> > produces this error message:
> >
> >> /usr/lib/Adobe/Reader9/Reader/intellinux/bin/acroread: error while
> >> loading shared libraries: libGL.so.1: cannot open shared object file:
> >> No such file or directory
> >
> > I'm surprised it doesn't find libGL.so.1 since locate points to several
> > locations of this library on my 64-bit system:
> >
> >> $ locate libGL.so.1
> >> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
> >> /etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu
> >> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1
> >> /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0
> >> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
> >> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0
> >> /usr/lib/x86_64-linux-gnu/libGL.so.1
> >> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
> >> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1
>
> No libGL.so.1 in i386 path ? Strace show that :
>
> open("/usr/lib/i386-linux-gnu/libGL.so.1", O_RDONLY|O_CLOEXEC) = 4
>
> Christian
>
>
>