Bug 11764

Summary: libmesa seems to be missing
Product: [Retired] Red Hat Linux Reporter: Joe Acosta <josepha48>
Component: MesaAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-30 17:55:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Acosta 2000-05-30 17:48:36 UTC
When I tried installing a verison of win it complained that libmesa was
missing.  However when I did rpm -qa |grep mesa , it showed that I had the
mesa rpm insatalled as well as the develepment mesa rpm installed.  It
seems that in the Mesa 3.2 rpm libmesa does not exist, while in mesa 3.0 it
did exist.  Is this a bug?

Comment 1 Bernhard Rosenkraenzer 2000-05-30 17:54:59 UTC
There's no such thing as libmesa - it's libGL for compatibility with OpenGL.
Mesa 3.0 was not as OpenGL compliant as the current versions are; it even had
different filenames.
You should fix up the Makefiles of the program you're trying to compile to link
with the GL (and possibly GLU and glut) libraries instead of Mesa, MesaGL and
MesaGLU.