I got it. The system libs are installed in /usr/lib and I just copied them to /usr/local/lib, that is where mono by default is expecting them. I run configure always without any parameters, but even with no parameters, shouldn't it detect the system libdir? Or am I forced to say "--libdir=/usr" ? Before 1.2.5 i never specified it.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Molaro Sent: quinta-feira, 30 de Agosto de 2007 18:13 To: [email protected] Subject: Re: [Mono-list] Fw: Fw: Compilng 1.2.5 preview 5 On 08/30/07 Jorge Bastos wrote: > 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. Or maybe you had yet another broken glib install that was used before the one in /usr/lib, or you overwrote the version in /usr/lib with a broken version. There are also many other ways you can screw up a system, I'm not going to enumerate them all. It's still only a problem on your broken install and it doesn't have anything to do with mono. FWIW, I have the same glib version installed in /usr/lib as you claim to have and I don't have any issue compiling or running mono. 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
