Jean-Maurice Le Clech said: > >checking for perl... /sw/bin/perl >configure: error: XML::Parser perl module is required for intltool >### execution of ./configure failed, exit code 1 >Failed: compiling gnome-vfs2-2.4.2-8 failed > >however, xml parser is well installed: >xml-parser-pm560 2.31-6 Perl ext interface to XML parser/expat >xml-parser-pm580 2.31-2 Perl ext interface to XML parser/expat >i xml-parser-pm581 2.34-11 Perl ext interface to XML parser/expat > >what do you think about it?
You need the xml-parser-pmXXX that matches the perlX.X.X that is running. As you can see, that is /sw/bin/perl, so '/sw/bin/perl -v' to see what version and then install the matching xml-parser package. Or remove that fink perlXXX package. That will (ideally:) result in the configure script finding /usr/bin/perl instead. Assuming OS X 10.3 and you having not changed it, that is perl 5.8.1, so the xml-parser you have installed is the correct one. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
