Georgina Joyce wrote these words on 07/27/07 12:09 CST: > Error: > checking for getaddrinfo... yes > checking whether to enable ipv6... yes > checking for LIBGNOMEVFS... configure: error: Package requirements > (glib-2.0 >= > 2.9.3 gmodule-no-export-2.0 >= 2.9.3 gthread-2.0 >= 2.9.3 gobject-2.0 >= > 2.9.3 gconf-2.0 >= 1.1.1 libxml-2.0 >= 2.6.0 gnome-mime-data-2.0 > dbus-glib-1 >= 0.60) were not met: > > No package 'dbus-glib-1' found
It is complaining that the D-Bus GLib bindings were not found. Please execute this command: ls -l /usr/lib/pkgconfig/dbus* And see what is returned. At a minimum, you should have this: -rw-r--r-- 1 root root 383 Jul 8 12:51 /usr/lib/pkgconfig/dbus-1.pc -rw-r--r-- 1 root root 288 Jul 8 19:56 /usr/lib/pkgconfig/dbus-glib-1.pc -- Randy rmlscsi: [bogomips 1003.23] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 12:15:00 up 15 days, 5:22, 1 user, load average: 0.26, 0.12, 0.09 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
