I guess I need to rebuild Perl with gcc ?
<quote who="Michael Lake"> > Voytek wrote: > I have had problems before with MCPAN and I install manually with the > old trusty: > perl Makefile.pl > make > make test > make install getting similar errors from make: *** /usr/bin/openssl appears to be compiled with gcc (gcc -fPIC -DTHREADS -D_REE NTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DNO_IDEA -DNO_MDC2 -DNO_RC5 -DL_ENDIAN -DTERM IO -O2 -march=i686 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM ) while perl is compiled with cc. Both must be compiled with the same compiler a nd flags. Mixing and matching compilers is not supported. at Makefile.PL line 13 7. Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good Writing Makefile for Net::SSLeay::Handle Writing Makefile for Net::SSLeay [EMAIL PROTECTED] Net_SSLeay.pm-1.25]# Expat.xs:2154: `XML_StartElementHandler' undeclared (first use in this function) Expat.xs:2154: parse error before `0' Expat.xs:2158: `XML_UnknownEncodingHandler' undeclared (first use in this functi on) Expat.xs:2158: parse error before `0' Expat.c: In function `XS_XML__Parser__Expat_ElementIndex': 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/down/perl/XML-Parser-2.34/Expat' make: *** [subdirs] Error 2 [EMAIL PROTECTED] XML-Parser-2.34]# -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
