On 08/30/07 Jorge Bastos wrote: > I don't think it would be that > maybe mono isn't detection the libs correcly?
No, maybe you have a broken install of glib in /usr/local/lib as the output of ldd shows: > flecha:/etc/apache2# ldd /usr/local/bin/mono [...] > libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0xb7e57000) > flecha:/etc/apache2# dpkg -l|grep -i libglib > The GLib library of C routines > ii libglib2.0-0 2.14.0-2 It doesn't matter that you have a correct glib installed in /usr when you compiled an old version and put it in /usr/local and configured your system to use the old version instead of the correct one. You can fix your broken system by removing the old glib you installed in /usr/local/lib. Again, this is not a mono problem, it's just your system misconfigured. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
