[Mesa-dev] /usr/lib/libglapi.la: No such file or directory

YuGiOhJCJ Mailing-List yugiohjcj-mailinglist at laposte.net
Sat Jan 11 05:44:00 PST 2014


On Thu, 09 Jan 2014 17:27:06 -0500
Trevor Woerner <trevor.woerner at 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 ?


More information about the mesa-dev mailing list