Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2003 16:02:41 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        gnome@freebsd.org
Subject:   strange lib load path for gtk20 based app
Message-ID:  <20030218160241.6afd68d4.Alexander@Leidinger.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030218160241.6afd68d4.Alexander>