Hide Forgot
Description of problem: symbol lookup error: /usr/lib64/libGL.so.1 Version-Release number of selected component (if applicable): 7.12-0.7 koji version How reproducible: permanently Steps to Reproduce: 1. install mesa 7.12-0.7 koji in Fedora 16 2. Restart computer no effect 3. Any request to launch a 3D program causes shutdown of these programs Actual results: no 3D acceleration $ glxinfo name of display: :0 glxinfo: symbol lookup error: /usr/lib64/libGL.so.1: undefined symbol: _XGetRequest Kinfocenter freeze and stop Expected results: Additional info:
I can confirm it. Same problem with mesa 7.12-0.7.fc17. It seems a regression compared to 7.11.2-1.fc16.
Same problem with mesa 8... Is there a reason?
This is identical to the last updated date "mesa-8.0-0.2.fc17". I'll see if through the rawhide. there is a not problem with files compiled from git
I replacing the files generated by compiling the git version. By default, in the case of 64bit, he adds everything in / usr/local/lib/. I moved the result of "make install" in /usr/lib64/ and everything works. But I still have problems with version. Rpm And it possible that it plays? or is this use with Fedora 16 or not Fedora 17?
Ok if there is not file libGL.so.1.5.0800 report symbol lookup error, but this raises other performance issues and other ... ( File obtained using the command "make linux-x86-64") Compiling source of git is really bad and poses different problems.
You need a newer version of libX11 as well. The version in F17 changes some internal API for extension libraries, so libs built against the F17 libX11 need to run against it too. I'll push a fix to Mesa to have it require a sufficiently new libX11.