On Sun, Jun 20, 2010 at 11:29 PM, Developer <develo...@onlinehome.de> wrote: > Please tell us the version of perl, PAR and PAR::Packer (on the 32-bit > build system). > > I have used perl 5.10.0, PAR 1.00, PAR::Packer 1.004
That's what I thought when I read "incompatible 64-bit IO.so": PAR::Packer doesn't work on Perl 5.10.0 - that version of Perl broke PAR::Packer's method to intercept the loading of XS modules. This has nothing to do with 32/64-bit. It looks as if PAR::Packer is working as long as the build and target system are identical perlwise. Things fall apart when you run on a target system that has no perl installed at all or a different version than on the build machine. Upgrade to Perl 5.10.1 or 5.12.x. Cheers, Roderich