0

I'm trying to compile and build Mesa3D version 10.2. but ./configure complains about libdrm_radeon >= 2.4.54(Currently there is the 2.4.52 installed).

So I tried to manually upgrade libdrm, following the steps in http://www.linuxfromscratch.org/blfs/view/svn/x/libdrm.html...

Everything worked without errors, but still Mesa's configure complains about version of libdrm

I'm not a linux expert, so I'm not able to understand what's going wrong. Some help? Thanks!

Jerry
  • 7,863
  • 2
  • 26
  • 35
user2160837
  • 51
  • 1
  • 5

1 Answers1

0

Did you run

sudo ldconfig

after you ran

make install

of the libdrm package?

Either this or reboot your computer..

cybafelo
  • 526
  • 4
  • 9