From owner-freebsd-current@FreeBSD.ORG Sat Jun 19 15:42:00 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 CF25C16A4CE for ; Sat, 19 Jun 2004 15:42:00 +0000 (GMT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7620143D54 for ; Sat, 19 Jun 2004 15:42:00 +0000 (GMT) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=64516 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1Bbhyb-000BaU-Kf for freebsd-current@freebsd.org; Sat, 19 Jun 2004 23:41:53 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id D2BCC5E0 for ; Sat, 19 Jun 2004 23:41:52 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84155-07 for ; Sat, 19 Jun 2004 23:41:51 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id 563E5558; Sat, 19 Jun 2004 23:41:51 +0800 (CST) Date: Sat, 19 Jun 2004 23:41:50 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20040619154150.GA79735@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw Subject: ld problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 15:42:00 -0000 /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? Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming