From owner-freebsd-current@FreeBSD.ORG Sun Jun 20 01:52:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6040F16A4D0 for ; Sun, 20 Jun 2004 01:52:46 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2680143D39 for ; Sun, 20 Jun 2004 01:52:46 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5K1qSHE044380 for ; Sat, 19 Jun 2004 18:52:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5K1qSMd044379 for freebsd-current@freebsd.org; Sat, 19 Jun 2004 18:52:28 -0700 (PDT) (envelope-from obrien) Date: Sat, 19 Jun 2004 18:52:28 -0700 From: "David O'Brien" To: freebsd-current@freebsd.org Message-ID: <20040620015228.GB3636@dragon.nuxi.com> References: <20040619154150.GA79735@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040619154150.GA79735@chihiro.leafy.idv.tw> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: ld problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 01:52:46 -0000 On Sat, Jun 19, 2004 at 11:41:50PM +0800, leafy wrote: > /usr/bin/ld: warning: libexpat.so.5, needed by > /usr/X11R6/lib/libfontconfig.so, not found (try using -rpath or > -rpath-link) > > I get this when trying to upgrade gconf2 port. > > ldd /usr/X11R6/lib/libfontconfig.so > /usr/X11R6/lib/libfontconfig.so: > libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28180000) > libz.so.2 => /lib/libz.so.2 (0x281e7000) > libexpat.so.5 => /usr/local/lib/libexpat.so.5 (0x281f4000) > > ls -l /usr/local/lib/libexpat.so.5 > -rwxr-xr-x 1 root wheel 157509 5 30 16:01 > /usr/local/lib/libexpat.so.5* > > Is there something I can do to rectify this? CVSup, 'make world' and please let me know if you still have trouble. -- -- David (obrien@FreeBSD.org)