PDA

View Full Version : configure: error: libGL is required. Please see README.linux


Ajut
2008-10-22, 20:07
Hello,

I have missing libGL issue, when try to compile SVN R15983 with Ubuntu 8.10 and ATI/AMD Catalyst 8.10:

---
# uname -a
Linux htpc 2.6.27-7-generic #1 SMP Fri Oct 17 22:24:21 UTC 2008 i686 GNU/Linux
---
# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 4800 Series
OpenGL version string: 2.1.8087 Release
---
#fgl_glxgears
Using GLX_SGIX_pbuffer
16235 frames in 5.0 seconds = 3247.000 FPS
19030 frames in 5.0 seconds = 3806.000 FPS
---
# dpkg -l |grep -i fglrx
ii fglrx-amdcccle 2:8.543-0ubuntu3 Catalyst Control Center for the ATI graphics accelerators
ii fglrx-kernel-source 2:8.543-0ubuntu3 Kernel module source for the ATI graphics accelerators
ii fglrx-modaliases 2:8.543-0ubuntu3 Identifiers supported by the ATI graphics driver
ii xorg-driver-fglrx 2:8.543-0ubuntu3 Video driver for the ATI graphics accelerators
ii xorg-driver-fglrx-dev 2:8.543-0ubuntu3
---

Do I need to have some kind of GL devel package? Name?

rodalpho
2008-10-22, 20:25
Did you read the README.linux as the error clearly indicated and install all the packages listed there?

althekiller
2008-10-22, 20:51
Did you read the README.linux as the error clearly indicated and install all the packages listed there?

Answer to that seems clear to me.

Ajut
2008-10-22, 21:04
Did you read the README.linux as the error clearly indicated and install all the packages listed there?

If You mean, did I put on needed packages for 8.10:

For Ubuntu 8.04 (Hardy Heron) and Ubuntu 8.10 (Intrepid Ibex):
# sudo apt-get install ...


then - yes. But, it's look like some of them was removed, when I tried to get ride of mesa, because when I did it again, there was some needed packages missing.

Now I can configure and compile without problems :) The actual problem was, that I had all needed packages, but lost some of them turning the mess with ATI driver updates, without knowing it. I'm sorry that I bothered people with so simple problem and case closed.