Error during installation of Mesa on Linux
- by rodnower
Hello, I have a problem.
I try to install Mesa 7.8 on CentOS 3.9 for i386 on VMVare 7.0.1 like described here:
http://linux-sxs.org/multimedia/mesa.html
When I perform configuration stage:
++++++++++++++++++++++++++++++++++++++++++++++++++
[root@CentOS Mesa-7.8]# ./configure --prefix=/usr --sysconfdir=/etc
++++++++++++++++++++++++++++++++++++++++++++++++++
(root is actualy root)
This is what I get:
++++++++++++++++++++++++++++++++++++++++++++++++++
.
.
.
checking pkg-config files for X11 are available... no
checking for X... no
configure: error: X11 development libraries needed for dri driver
++++++++++++++++++++++++++++++++++++++++++++++++++
(Three dots says that there is some output before)
Put attention to error.
Any idea?
Thank you very much forahead.