On Thu, 09 Jan 2014 17:27:06 -0500
Trevor Woerner <trevor.woer...@linaro.org> wrote:

> On 01/09/14 12:56, YuGiOhJCJ Mailing-List wrote:
> > So, I see /usr/lib/libglapi.la is missing.
> > I recompile MesaLib-8.0.4 like this:
> 
> 8.0.4 is from July 10, 2012. Would it be possible to try something newer?

I have compiled mesa 10.0.2:
$ tar xvf MesaLib-10.0.2.tar.bz2
$ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib 
--mandir=/usr/man --docdir=/usr/doc/mesa-10.0.2 
--with-dri-driverdir=/usr/lib/xorg/modules/dri --with-dri-drivers="i915,i965" 
--enable-shared-glapi
$ aclocal
$ autoreconf -i
$ make

Then I have installed it but now, with mesa-10.0.2, my programs complain of a 
missing file:
$ minetest
minetest: error while loading shared libraries: libGLU.so.1: cannot open shared 
object file: No such file or directory

Do you see why libGLU.so.1 is missing in mesa-10.0.2 whereas it is available in 
mesa-8.0.4 ?
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to