You are not logged in.
Pages: 1
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
find / -name '*fglrx*' &> /dev/null | xargs rm -rfsolved the problem
Offline
Pages: 1