You are not logged in.

#1 2014-03-23 15:58:53

amenzhisnky
Member
From: Minsk
Registered: 2013-12-01
Posts: 27

libgl errors [SOLVED]

Hi there,

When I start any application which uses libgl I get error messages like:

libGL error: dlopen /usr/lib32/dri/i965_dri.so failed (/usr/lib32/dri/i965_dri.so: cannot open shared object file: No such file or directory)
libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)

But all necessary .so files are located in /usr/lib{32}/xorg/modules/dri/ and symlinking helps solve the problem.
I'm wondering how to solve it properly.

My mesa version is 10.1.0-4

Last edited by amenzhisnky (2014-03-23 16:33:22)

Offline

#2 2014-03-23 16:33:06

amenzhisnky
Member
From: Minsk
Registered: 2013-12-01
Posts: 27

Re: libgl errors [SOLVED]

find / -name '*fglrx*' &> /dev/null | xargs rm -rf

solved the problem

Offline

#3 2014-03-23 17:34:34

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: libgl errors [SOLVED]

amenzhisnky wrote:
find / -name '*fglrx*' &> /dev/null | xargs rm -rf

solved the problem

That command does nothing at all.

Offline

Board footer

Powered by FluxBB