LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pthread-stubs for CentOS (https://www.linuxquestions.org/questions/linux-software-2/pthread-stubs-for-centos-799565/)

Rodnower 04-02-2010 07:50 AM

pthread-stubs for CentOS
 
Hello, 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.

fpmurphy 04-02-2010 09:31 AM

Check out http://dri.freedesktop.org/wiki/

knudfl 04-02-2010 09:46 AM

Unless you have a black screen, no X, mesa is already installed.
The release packages, CentOS 5.4 :
mesa-libGL-6.5.1-7.7.el5
mesa-libGL-devel-6.5.1-7.7
mesa-libGLU-6.5.1-7.7.el5
mesa-libGLU-devel-6.5.1-7.7
mesa-libGLw-6.5.1-7.7.el5
mesa-libGLw-devel-6.5.1-7.7.el5
mesa-libOSMesa-6.5.1-7.7.el5
mesa-libOSMesa-devel-6.5.1-7.7

You may be missing the -devel versions, get it all with
1) su , 2) yum install mesa* freeglut-devel

I am not sure, you can compile a "future" version of mesa on CentOS.
(The main mesa packages are 7.8 on Fedora 13, some are version 6.5.)
May be it requires more files from glibc 2.11 .
A separate source libpthread-stubs is here
http://www.paldo.org/index-section-p...id-106437.html
.....

Rodnower 04-02-2010 10:50 AM

Thank you all for replay,
knudfl, thank you very much :)


All times are GMT -5. The time now is 09:28 AM.