While installing libglade on Fedora Core 2, it threw on me a spate of dependencies on other old versions of software, that itself was dependent on other old bunch.
... and you were expecting? libglade, as I told you, is just not an old version of the library. It is an old generation of the library, which depended on older generation of other libraries. Take a look at the difference of dependencies in both the libraries in the dump at the end of this mail:
- libglade is linked with gtk/glib-1.2 series. While libglade2 is linked with the 2.0 series of gtk/glib.
- libglade use libxml. libglade2 uses libxml2.
- libglade had gnome dependencies. That is no longer the case with libglade2.
- libglade2 uses pango. libglade did not.
If you want to use an older generation of libglade, you got to install all its dependencies. They wont clash with your existing libraries. Different generations of libraries are normally packaged to exist side by side.
- Sandip
---------------------------------------------------------------
[EMAIL PROTECTED] root]# rpm -q --requires libglade |sort > t1 [EMAIL PROTECTED] root]# rpm -q --requires libglade2 |sort > t2 [EMAIL PROTECTED] root]# diff -u t1 t2 --- t1 2004-10-25 00:56:01.374289872 +0530 +++ t2 2004-10-25 00:56:06.346533976 +0530 @@ -1,27 +1,21 @@ -gnome-libs -libart_lgpl.so.2 -libaudiofile.so.0 +libatk-1.0.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libdl.so.2 -libesd.so.0 -libgdk-1.2.so.0 -libgdk_imlib.so.1 -libglib-1.2.so.0 -libgmodule-1.2.so.0 -libgnome.so.32 -libgnomesupport.so.0 -libgnomeui.so.32 -libgtk-1.2.so.0 -libICE.so.6 +libgdk_pixbuf-2.0.so.0 +libgdk-x11-2.0.so.0 +libglib-2.0.so.0 +libgmodule-2.0.so.0 +libgobject-2.0.so.0 +libgtk-x11-2.0.so.0 libm.so.6 -libSM.so.6 -libX11.so.6 -libXext.so.6 -libXi.so.6 -libxml -libxml.so.1 +libpango-1.0.so.0 +libpangox-1.0.so.0 +libpangoxft-1.0.so.0 +libpthread.so.0 +libxml2 >= 2.4.12-0.7 +libxml2.so.2 libz.so.1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
-- Sandip Bhattacharya * Puroga Technologies * [EMAIL PROTECTED] Work: http://www.puroga.com * Home: http://www.sandipb.net
PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3
_______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
