From owner-freebsd-x11@FreeBSD.ORG Thu Jul 22 15:18:07 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EA016A4CE for ; Thu, 22 Jul 2004 15:18:07 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D75443D48 for ; Thu, 22 Jul 2004 15:18:07 +0000 (GMT) (envelope-from kaiwai@vfemail.net) Received: from [210.50.172.77] (210.50.172.77) by smtp01.syd.iprimus.net.au (7.0.028) id 40FF5CF50001FED2; Fri, 23 Jul 2004 01:17:40 +1000 User-Agent: Microsoft-Entourage/11.0.0.040405 Date: Fri, 23 Jul 2004 01:17:35 +1000 From: Matthew Gardiner To: Manfred Goetzie , Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: Re: FreeBSD 4.7 libXrandr.so.2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:18:08 -0000 On 22/7/04 6:24 PM, "Manfred Goetzie" wrote: > > > Dear Sirs, > > Please excuse my bad english. I am a novice in Linux and FreeBSD. I try > to execute an absolute Linux program which runs on Knoppx, Suse and > RadHat to execute on FreeBsd 4.7. > The error messgae is: Error while loading shared library: libXrandr.so.2 > cannot open shared library object file: No such file or directory. > > Can you help me how i can solve this problem. Ok, list the files in /usr/X11R6/lib/libXrandr* and create a symbolic link between the real one and libXrandr.so.2 Matty