Thoralf Polet wrote:
Yesterday I ran some updates and installed some new stuff.
Now when running some of those "system-config-*" programs I receive the following error message while the program refuses to start:
system-config-network: error while loading shared libraries: lib-2.0.so.0: cannot open shared object file: No such file or directory
I'm runnig FC2, I had the same problem at some point in FC1 too (it ended installing everything new :(
There seems to be no lib-2.0 at all, or I'm using the wrong tools for my search.
Thoralf.
I cannot believe it is lib-2.0.so.0 ... wasn't it libgnome-2.so.0 or something?
Well this output comes from a RH9 machine, but it's probably the same
apprich@kidd apprich/schrott > ldd `which redhat-config-network` libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40026000) libc.so.6 => /lib/libc.so.6 (0x40090000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
apprich@kidd apprich/schrott > locate libglib-2.0.so.0 /usr/lib/libglib-2.0.so.0 /usr/lib/libglib-2.0.so.0.200.1
apprich@kidd apprich/schrott > rpm -qif /usr/lib/libglib-2.0.so.0
Name : glib2 Relocations: (not relocateable)
Version : 2.2.1 Vendor: Red Hat, Inc.
Release : 1 Build Date: Mon Feb 3 03:56:08 2003
Install Date: Mon May 10 18:02:28 2004 Build Host: stripples.devel.redhat.com
Group : System Environment/Libraries Source RPM: glib2-2.2.1-1.src.rpm
Size : 1232798 License: LGPL
Signature : DSA/SHA1, Mon Feb 24 07:17:03 2003, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://www.gtk.org
Summary : A library of handy utility functions.
Description :
GLib is the low-level core library that forms the basis
for projects such as GTK+ and GNOME. It provides data structure
handling for C, portability wrappers, and interfaces for such runtime
functionality as an event loop, threads, dynamic loading, and anobject system.
This package provides version 2 of GLib.
Hope this helps.
Alex