From owner-freebsd-questions Sun Nov 12 8: 1:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 1484E37B479 for ; Sun, 12 Nov 2000 08:01:37 -0800 (PST) Received: from ispchannel.com ([24.142.223.209]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20001112160420.YKPI382.smtp2a@ispchannel.com> for ; Sun, 12 Nov 2000 08:04:20 -0800 Message-ID: <3A0EBEDF.C1EB08A7@ispchannel.com> Date: Sun, 12 Nov 2000 10:01:35 -0600 From: Mike Murphree X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Can't find libMesaGLU.so.14 ( KDE2 ) References: <3A0DC967.BCFA8C00@ispchannel.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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