[MonoDevelop] Can't start monodevelop

peter apvx95 at dsl.pipex.com
Mon Oct 17 14:29:21 EDT 2005


Lluis Sanchez wrote:

>The method gnomesharp_gnome_moduleinfo_get_name_offset is defined in
>libgnomesharpglue-2. The problem may be that you have two different
>versions of this library in different prefixes and gnome# is loading the
>wrong one.
>
>  
>
Nice one.  I do this:

peter at linux:~> locate libgnomesharpglue
/home/peter/downloads/gtk-sharp2/gtk-sharp-1.9.2/gnome/glue/.libs/libgnomesharpglue-2.a
/home/peter/downloads/gtk-sharp2/gtk-sharp-1.9.2/gnome/glue/.libs/libgnomesharpglue-2.la
/home/peter/downloads/gtk-sharp2/gtk-sharp-1.9.2/gnome/glue/.libs/libgnomesharpglue-2.lai
/home/peter/downloads/gtk-sharp2/gtk-sharp-1.9.2/gnome/glue/.libs/libgnomesharpglue-2.so
/home/peter/downloads/gtk-sharp2/gtk-sharp-1.9.2/gnome/glue/libgnomesharpglue-2.la
/usr/lib/libgnomesharpglue-2.so
/usr/lib/libgnomesharpglue.so
/usr/local/lib/libgnomesharpglue-2.a
/usr/local/lib/libgnomesharpglue-2.la
/usr/local/lib/libgnomesharpglue-2.so
peter at linux:~>

So it looks as though I have a version in /usr/local/lib and one in 
/usr/lib. 

Which should I get rid of?  I guess that I need to keep the one in 
/usr/local/lib since that has the static library as well.  If that's the 
case, should I get rid of /usr/lib/libgnomesharpglue.so as well?

If I need to keep the ones in /usr/lib, should I get rid of the static 
libs in /usr/local as well?


Cheers


Peter



More information about the Monodevelop-list mailing list