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

YuGiOhJCJ Mailing-List yugiohjcj-mailinglist at laposte.net
Sat Jan 11 06:48:18 PST 2014


On Sat, 11 Jan 2014 14:01:21 +0000
Emil Velikov <emil.l.velikov at gmail.com> wrote:

> On 11/01/14 13:44, YuGiOhJCJ Mailing-List wrote:
> > 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 ?
> Mesa 9.0 moved it to a separate repository according to the release
> announcement - http://mesa3d.org/relnotes/9.0.html
> 
> Whereas for the original "/usr/lib/libglapi.la is missing" message, that
> seems to be caused by mesa, as mesa-demos 8.1.0 does not have any
> reference of the glapi lib.
> 
> Good luck
> Emil
> 

Indeed.
Now, I have installed GLU 9.0.0 and mesa-demos 8.1.0 compiles fine.

Problem solved :)
Thank you.


More information about the mesa-dev mailing list