Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2004 18:52:28 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   Re: ld problem
Message-ID:  <20040620015228.GB3636@dragon.nuxi.com>
In-Reply-To: <20040619154150.GA79735@chihiro.leafy.idv.tw>
References:  <20040619154150.GA79735@chihiro.leafy.idv.tw>

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



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