Front page | perl.par |
Postings from November 2006
Re: pp -d problem
Thread Previous
|
Thread Next
From:
Steffen Mueller
Date:
November 4, 2006 14:32
Subject:
Re: pp -d problem
Message ID:
454D152A.1060006@sneakemail.com
Hi,
sorry for the late answer.
trizub schrieb:
> When I installed PAR 0.957 from bribes and ran: pp -d test.pl
> I get the following:
>
> C:\tools>pp -d test.pl
> Goto undefined subroutine &DynaLoader::bootstrap_inherit at
> C:/aperl58/lib/XSLoa
> der.pm line 96.
> Compilation failed in require at C:/aperl58/lib/IO/Handle.pm line 260.
> BEGIN failed--compilation aborted at C:/aperl58/lib/IO/Handle.pm line
> 260.
> Compilation failed in require at C:/aperl58/lib/IO/Seekable.pm line
> 101.
> BEGIN failed--compilation aborted at C:/aperl58/lib/IO/Seekable.pm line
> 101.
> Compilation failed in require at C:/aperl58/lib/IO/File.pm line 117.
> BEGIN failed--compilation aborted at C:/aperl58/lib/IO/File.pm line
> 117.
> Compilation failed in require at -e line 313.
>
> Curiously, I have no c:/aperl58 directory.
This sure looks like that specific binary of PAR is incompatible with
your installation of perl. Or rather: It seems to include some XS
modules which are incompatible.
Looking at your mails again, perhaps that's not the cause after all. The
binaries you installed - regardless of the source - reported some error
involving "C:/aperl58/", yet you report that that directory does not
exist. Something about your perl installation seems to be fishy.
Please try removing the ActiveState Perl, then search the registry for
anything that looks like leftover settings for perl. (Specifically try
to search for "aperl58"...) Remove those remnants. Then reinstall Perl
and try again with the bribes PAR.
Steffen
Thread Previous
|
Thread Next