Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 53555
Status: open
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: patrick.bourdon [...] noos.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: The procedure entry point Perl_croak_xs_usage could not be located in the dynamic link library perl510.dll
Date: Sat, 9 Jan 2010 23:04:13 +0100
To: bug-PAR [...] rt.cpan.org.
From: Patrick BOURDON <patrick.bourdon [...] noos.fr>
Hello, Context: - OS: Windows XP - Perl: ActivePerl-5.10.0.1006 - PAR: 0.994 Trying to produce an executable file. Error: "The procedure entry point Perl_croak_xs_usage could not be located in the dynamic link library perl510.dll." Som others already face the same problem, bud I did not found a workaround on the web: http://www.perlmonks.org/?node_id=798652 Than you from every thing. Great job. Happy new year. Patrick - Paris - France
Subject: Re: [rt.cpan.org #53555] The procedure entry point Perl_croak_xs_usage could not be located in the dynamic link library perl510.dll
Date: Sun, 10 Jan 2010 14:38:54 +1100
To: <bug-PAR [...] rt.cpan.org>, <par [...] perl.org>, <jesse+par [...] bestpractical.com>
From: "Sisyphus" <sisyphus1 [...] optusnet.com.au>
Show quoted text
----- Original Message ----- From: "Patrick BOURDON via RT" <bug-PAR@rt.cpan.org> To: <par@perl.org>; <jesse+par@bestpractical.com> Sent: Sunday, January 10, 2010 9:04 AM Subject: [rt.cpan.org #53555] The procedure entry point Perl_croak_xs_usage could not be located in the dynamic link library perl510.dll
> - Perl: ActivePerl-5.10.0.1006
This is somewhat confusing. Actually, it's plain wrong - as build 1006 is perl-5.10.1, not 5.10.0. Perhaps you've installed build 1006 over the top of build 1005 and the upgrade hasn't worked properly ? If so, you could try deleting your perl installation entirely and then re-installing build 1006.
> Trying to produce an executable file. > > Error: "The procedure entry point Perl_croak_xs_usage could not be located > in the dynamic link library perl510.dll." > > Som others already face the same problem, bud I did not found a workaround > on the web: http://www.perlmonks.org/?node_id=798652 >
If your perl installation is in proper working order (which appears to be *not* the case with your perl), and if you installed PAR using ppm, then the problem will most likely be as stated in http://www.perlmonks.org/?node_id=798793 . One solution would to be build PAR yourself from source (for which you'll need a compiler), or to find a ppm package for PAR that was built using the same version of perl as you have. Cheers, Rob
Subject: Re[2]: [rt.cpan.org #53555] The procedure entry point Perl_croak_xs_usage could not be located in the dynamic link library perl510.dll
Date: Mon, 11 Jan 2010 00:37:46 +0100
To: "sisyphus1 [...] optusnet.com.au via RT" <bug-PAR [...] rt.cpan.org>
From: Patrick BOURDON <patrick.bourdon [...] noos.fr>
Re[2]: [rt.cpan.org #53555] The procedure entry point Perl_croak_xs_usage could not be located in the dynamic link library perl510.dll

Bonjour,


Thank you for this quick answer.

My perl installation is in proper order. The point you smartly noticed is a typo (sorry!).

I did install PAR using ppm, so I probably face the web referred problem.


So I understand that either:

1/ I downgrade to perl 5.10.0

2/ I compile PAR using 5.10.1 


I'll probably choose (1) cause I may not be able (skill first then time) to fix the probably issues that (2) will lead me in.

Maybe a PAR ppm version using 5.10.1 will be available in some weeks, but this is up to you.


Fair enough.

Patrick.


Sunday, January 10, 2010, 4:41:11 AM, you wrote:


> <URL: http://rt.cpan.org/Ticket/Display.html?id=53555 >



> ----- Original Message ----- 

> From: "Patrick BOURDON via RT" <bug-PAR@rt.cpan.org>

> To: <par@perl.org>; <jesse+par@bestpractical.com>

> Sent: Sunday, January 10, 2010 9:04 AM

> Subject: [rt.cpan.org #53555] The procedure entry point Perl_croak_xs_usage

> could not be located in the dynamic link library perl510.dll



>> - Perl: ActivePerl-5.10.0.1006


> This is somewhat confusing. Actually, it's plain wrong - as build 1006 is

> perl-5.10.1, not 5.10.0.

> Perhaps you've installed build 1006 over the top of build 1005 and the

> upgrade hasn't worked properly ? If so, you could try deleting your perl

> installation entirely and then re-installing build 1006.


>> Trying to produce an executable file.


>> Error: "The procedure entry point Perl_croak_xs_usage could not be located 

>> in the dynamic link library perl510.dll."


>> Som others already face the same problem, bud I did not found a workaround 

>> on the web: http://www.perlmonks.org/?node_id=798652



> If your perl installation is in proper working order (which appears to be

> *not* the case with your perl), and if you installed PAR using ppm, then the

> problem will most likely be as stated in 

> http://www.perlmonks.org/?node_id=798793 .

> One solution would to be build PAR yourself from source (for which you'll

> need a compiler), or to find a ppm package for PAR that was built using the

> same version of perl as you have.


> Cheers,

> Rob