----- Original Message ----- From: "Hoang-Anh Phan" <[EMAIL PROTECTED]>
To: "Steffen Mueller" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Tuesday, October 16, 2007 1:55 AM
Subject: RE: PAR and PAR::Packer CPAN installation errors



Hi

Thanks for that. I've tried to build PAR::Packer without the -j3 option,
and now got this error:
make
./static -I"/home/phan/.cpan/build/PAR-Packer-0.976-2LBobZ/inc"
-I[............]
-I../myldr/.. -I../blib/lib -q -B -O../script/parl
is only avaliable with the XS version at
/usr/lib/perl5/site_perl/5.8.5/Compress/Zlib.pm line 9


Assuming that line 9 of Zlib.pm is:

use Scalar::Util qw(dualvar);

then the problem probably lies with Scalar::Util. The pure perl build of Scalar::Util does not have the 'dualvar' function.

Try reinstalling Scalar::Util from source. That should (hopefully) produce an XS build of that module, and 'dualvar' will become available.

Cheers,
Rob

Reply via email to