From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 16:32:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E3216A4CE for ; Tue, 27 Jan 2004 16:32:41 -0800 (PST) Received: from mail.richardflanagan.com.au (gateway.richardflanagan.com.au [203.149.71.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C3DC43D66 for ; Tue, 27 Jan 2004 16:32:38 -0800 (PST) (envelope-from andy@richardflanagan.com.au) Received: from richardflanagan.com.au (unknown [192.168.0.232]) by mail.richardflanagan.com.au (Postfix) with ESMTP id 67589218C05 for ; Wed, 28 Jan 2004 10:33:34 +1000 (EST) Message-ID: <40170548.9090406@richardflanagan.com.au> Date: Wed, 28 Jan 2004 10:41:44 +1000 From: andy User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Blender libGl.so.14 not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 00:32:42 -0000 Hi all Tring to install Blender on FreeBSD 4.7-RELEASE (found that this version works with the dreaded Ali chipset that kills all other distros with the contigmalloc1 error on installation in case that can help anyone) Current problem I have is that when I try to use Blender (installed from the ports) I get the error /usr/libexec/ld-elf.so.1: Shared object "libGL.so.14" not found after googling found this link http://news.gw.com/freebsd.questions/160822 which says I assume you've already made the following links under /usr/X11R6/lib/ libGL.so.14 -> libGL.so.1 libGLU.so.14 -> libGLU.so.1 OK, willing to give this a try, just don't know what links this refers to - would this be a symlink ? eg: ln -s /usr/x11R6/lib/libGl.so.14 /libGl.so.1 ? I tried cding to the dir and typing exactly what I saw above, no good. Please reply to me direct as I am not on the list. Thank you in advance for all replies. Andy