Jesper Nyholm Jensen <[EMAIL PROTECTED]> writes: > libGL error: dlopen /usr/lib/dri/fglrx_dri.so failed > (/usr/lib/dri/fglrx_dri.so: cannot open shared object file: No such file or > directory) > > but the file is there: > > $ ls -al /usr/lib/dri/fglrx* > -rw-r--r-- 1 root root 9559048 Aug 12 16:35 /usr/lib/dri/fglrx_dri.so > > so I don't understand the error.
In that case, one of its shared library *dependencies* is probably missing; running ldd /usr/lib/dri/fglrx_dri.so should tell you which. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

