Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2000 10:01:35 -0600
From:      Mike Murphree <murphree1@ispchannel.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can't find libMesaGLU.so.14 ( KDE2 )
Message-ID:  <3A0EBEDF.C1EB08A7@ispchannel.com>
References:  <3A0DC967.BCFA8C00@ispchannel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Answering my own question,  the following fixed this problem:

ln -s /usr/X11R6/lib/libGL.so.14 /usr/X11R6/lib/libMesaGL.so.14
ln -s /usr/X11R6/lib/libGLU.so.14 /usr/X11R6/lib/libMesaGLU.so.14

Mike

Mike Murphree wrote:
> 
> Updated my Mesa-3.0 port to the current Mesa-3.2.1_1.  When I start
> KDE2,
> I get the following message:
> 
> /usr/libexec/ld-elf.so.1: Shared object "libMesaGLU.so.14" not found
> 
> This file does exist on my system:
> 
> %locate libMesa
> /usr/X11R6/lib/libMesaGL.a
> /usr/X11R6/lib/libMesaGL.so
> /usr/X11R6/lib/libMesaGL.so.14
> /usr/X11R6/lib/libMesaGLU.a
> /usr/X11R6/lib/libMesaGLU.so
> /usr/X11R6/lib/libMesaGLU.so.14
> 
> How do I fix this?
> 
> Thanks,
> Mike


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A0EBEDF.C1EB08A7>