I try to install Mesa 7.8 for CentOS 5.
During installation of Mesa I required to install librdm, and during librdm (v. 2.4.19) installing I got error about missing pthread-stubs:

checking for PTHREADSTUBS... configure: error: Package requirements (pthread-stubs) were not met:

When I try:
yum provides *pthread-stubs*
I get nothing
In other place I found that libxcb-devel is what I need, but yum not find this too.
During searching in Google, I found rpm's for Fedora only.

Any one know whether there is some packege which provides pthread-stubs for CentOS, or other, less expensive way to install Mesa?

Thank you for ahead.

link|improve this question

65% accept rate
feedback

1 Answer

up vote 1 down vote accepted

So the solution is to run:

yum install mesa*

This simply will install all necessary libraries.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.