Ops, Paolo, this is the ldd output of my working mono binary, i installed glib in /usr/local/lib so that i could compile mono. with the one in /usr/lib it doesn't work, maybe it's a package problem.
----- Original Message ----- From: "Paolo Molaro" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, August 30, 2007 3:26 PM Subject: Re: [Mono-list] Fw: Fw: Compilng 1.2.5 preview 5 > 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 > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
