[Mono-list] monodoc & libglade problem

Miguel de Icaza miguel@ximian.com
19 Jul 2003 13:12:34 -0400


Hello,

> 	I'm trying to use monodoc (I installed monodoc-0.5-1.ximian.6.1 RPM
> file on my RH9 system). Unfortunately I only obtain some error messages
> complaining about libglade's version (a sample of it is at the end of
> this message).
> 
> 	Shouldn't rpm had complained about the version being wrong?
> 	What RPM file should I install in order to get monodoc working?

This is the problem Alex was looking to solve on mono-devel.

To fix this, install the libglade-devel package, which is the one that
contains the libglade-2.0.so file;  Alternatively edit your
/etc/mono/config file to map libglade-2.0.so to libglade-2.0.XXXX.so

Miguel