more broken installers



Installing ggv-2.4.0.1. Like many other packages, it refuses to look in the /usr/local/lib directory for glib, and instead it looks in /usr/lib.

glib is installed in /usr/local.

/etc/ld.so.conf has /usr/local/lib as the first line, and doesn't have /usr/lib in it at all. And I have run ldconfig many times.

Various kludgey fixes for this brokenness have worked for other packages. export LDFLAGS="-L/usr/local/lib" worked for gedit, and export LD_LIBRARY_PATH=/usr/local/lib worked for pango. But not ggv. I also tried to pass --libdir=/usr/local/lib. But ggv doesn't seem to care that I've told it in many ways to look in /usr/local/lib; it insists on looking in /usr/lib, because the files aren't there.

(And yes, I am rm -rf'ing the ggv source folder and re-un-packing it each time I try something else.)

CAN SOMEONE PLEASE TELL ME WHY THESE INSTALLERS ARE LOOKING IN THE WRONG PLACE. Please. Please help. This is so frustrating.

-Anthony



PS - here's the error from make.

/bin/sh ../libtool --mode=link gcc -g -O2 -L/usr/local/lib -o libgtkgs.la Ggv-common.lo Ggv-stubs.lo Ggv-skels.lo gtkgs.lo ps.lo ggvutils.lo gsdefaults.lo gsio.lo ggv-msg-window.lo ggv-file-sel.lo ggv-prefs.lo ggv-prefs-ui.lo gtkchecklist.lo cursors.lo -pthread -Wl,--export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lpopt -L/usr/X11R6/lib -lX11 -pthread -Wl,--export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lpopt -L/usr/X11R6/lib -lX11
grep: /usr/lib/libgobject-2.0.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libgobject-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgobject-2.0.la' is not a valid libtool archive
make[3]: *** [libgtkgs.la] Error 1




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]