From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 08:30:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0A99D16A41F for ; Tue, 25 Oct 2005 08:30:03 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36214.mail.mud.yahoo.com (web36214.mail.mud.yahoo.com [209.191.68.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 65E2D43D46 for ; Tue, 25 Oct 2005 08:30:02 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 13162 invoked by uid 60001); 25 Oct 2005 08:30:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5sUpe+iYoyVyqqGGVzA61clh/WZm87cHX9ibgRRusmaiwM/VpBDLH79NaqzqriWVwtmjffY5TP+GTRl33qXQo/852vxLlGzEC2GSzdMyhWRvZB/dNelV3BgCjMqg5zr8VlocX3JAki6QE0xc9dFXozfcncJmHsnKEKD/+3RD9bE= ; Message-ID: <20051025083000.13159.qmail@web36214.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36214.mail.mud.yahoo.com via HTTP; Tue, 25 Oct 2005 01:30:00 PDT Date: Tue, 25 Oct 2005 01:30:00 -0700 (PDT) From: Rob To: FreeBSD questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: dlopen() causes libXcursor.so.1.0 "not found": libX11.so problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 08:30:03 -0000 Hi, I'm running 5-Stable. I wonder if there is a problem with my xorg libX11.so.6 library. I have recompiled the xorg-libraries-6.8.2 port, but to no avail. Here is the problem: The math/graphics package xmgrace encounters a serious problem, when it calls the ldopen() routine: Shared object "libXcursor.so.1.0" not found As a result, xmgrace does not work properly under certain conditions. The executable 'xmgrace' does not depend on any 'libXcursor' library, and 'locate libXcursor.so.1.0' gives: /usr/compat/linux/usr/X11R6/lib/libXcursor.so.1.0.2 But xmgrace is linked against libX11.so.6 and when I do 'strings /usr/X11R6/lib/libX11.so.6', there is a line with "libXcursor.so.1.0.2" Any idea why xmgrace's ldopen() call complains about not finding libXcursor.so.1.0 ? Is this indeed caused by a problem in libX11.so.6 ? Any suggestions how I can further analyse this problem ? Thanks, Rob. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com