<quote who="Michael Lake"> > Voytek wrote: >> somehow, it failed to pick up modules previously installed, so, I've >> tried >> to install them again from 'perl -MCPAN -e shell' > I have had problems before with MCPAN and I install manually with the > old trusty: > perl Makefile.pl > make > make test > make install
I'll try that next > Install XML::Parser 2.16 first then go back and try XML::Dumper. still no go: Expat.c:2600: `XML_Parser' undeclared (first use in this function) Expat.c:2600: parse error before `parser' Expat.xs:2167: `cbv' undeclared (first use in this function) Expat.xs:2167: parse error before `)' Expat.c: In function `XS_XML__Parser__Expat_SkipUntil': Expat.c:2621: `XML_Parser' undeclared (first use in this function) Expat.c:2621: parse error before `parser' Expat.xs:2179: `cbv' undeclared (first use in this function) Expat.xs:2179: parse error before `)' Expat.c: In function `XS_XML__Parser__Expat_Do_External_Parse': Expat.c:2643: `XML_Parser' undeclared (first use in this function) Expat.c:2643: parse error before `parser' Expat.xs:2194: `cbv' undeclared (first use in this function) Expat.xs:2194: parse error before `)' Expat.xs:2197: `parser' undeclared (first use in this function) make[1]: *** [Expat.o] Error 1 make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.34/Expat' make: *** [subdirs] Error 2 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible cpan> -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
