From owner-freebsd-gnome Tue Feb 18 7: 3:12 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8E537B401 for ; Tue, 18 Feb 2003 07:03:10 -0800 (PST) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECBA43F75 for ; Tue, 18 Feb 2003 07:03:09 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd02.sul.t-online.de by mailout04.sul.t-online.com with smtp id 18l9H1-0006F5-00; Tue, 18 Feb 2003 16:03:07 +0100 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.83.17.95]) by fmrl02.sul.t-online.com with esmtp id 18l9Ge-0DPowaC; Tue, 18 Feb 2003 16:02:44 +0100 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.12.6/8.12.6) with ESMTP id h1IF2h8Z041701 for ; Tue, 18 Feb 2003 16:02:43 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.7/8.12.7) with SMTP id h1IF2gs2059476 for ; Tue, 18 Feb 2003 16:02:42 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Tue, 18 Feb 2003 16:02:41 +0100 From: Alexander Leidinger To: gnome@freebsd.org Subject: strange lib load path for gtk20 based app Message-Id: <20030218160241.6afd68d4.Alexander@Leidinger.net> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, ktracing a gtk2 app shows this: ---snip--- 59437 eclipse NAMI "/big/usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.1/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.200" 59437 eclipse RET access -1 errno 2 No such file or directory 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/usr/X11R6/lib/libgdk_pixbuf-2.0.so.200" 59437 eclipse RET access 0 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/big/usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.1/gdk-pixbuf/.libs/libintl.so.4" 59437 eclipse RET access -1 errno 2 No such file or directory 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/usr/X11R6/lib/libintl.so.4" 59437 eclipse RET access -1 errno 2 No such file or directory 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/usr/lib/libintl.so.4" 59437 eclipse RET access -1 errno 2 No such file or directory 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/usr/lib/compat/libintl.so.4" 59437 eclipse RET access -1 errno 2 No such file or directory 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/usr/X11R6/lib/libintl.so.4" 59437 eclipse RET access -1 errno 2 No such file or directory 59437 eclipse CALL access(0x28066000,0) 59437 eclipse NAMI "/usr/local/lib/libintl.so.4" 59437 eclipse RET access 0 ---snip--- Why does it try to load libs from the WRKSRC path of gtk2 and how can we disable it? Bye, Alexander. -- It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message