Thanks Graham,
I noticed that Perl 5.6.1 is also required for another package. Do you
think that if I upgrade Perl, this problem will be fixed ?
Graham Barr a écrit :
On Tue, September 13, 2005 6:23 am, Xavier Ottolini wrote:
Hi all,
I am a newbee with perl. I try to install the Scalar::Util module with
CPAN. I get an error during the operation. Her is the message :
/usr/bin/perl -Iinc -I/usr/lib/perl5/5.6.0/i386-linux
-I/usr/lib/perl5/5.6.0 /usr/lib/perl5/5.6.0/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.6.0/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc
Util.c
Something is wrong there. The Makefile.PL should add -typemap mytypemap
to the xsubpp args for perl prior to 5.6.1
Can you run
grep XSUBPP_EXTRA_ARGS Makefile
Graham.