On Sun, 2008-03-30 at 21:54 -0400, John Goulah wrote:
> I'm trying to get gnome-vfs installed,  I have the apt installed glib
> in /usr/local and my compiled glib-2.14.5 in /usr/local/lib  -- I want
> it to use the latter, how do I force that?   I'm getting:

Try:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

And then configure, clean and make gnome-vfs anew. This pkg-config
mechanism is not unique to gnome-vfs, btw - you'll find most
GNOME-related packages use it.

-- 
Hans Petter


_______________________________________________
gnome-vfs-list mailing list
gnome-vfs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

Reply via email to