You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Martin Moss <ma...@btopenworld.com> on 2005/05/18 11:39:43 UTC

ERR: 56: : Unknown Provider eprun

Hi,

I've seen some posts on the web about this startup
error. But no solution.. I'm wondering if it's simply
a red herring message - and the real problem is
something like a syntax error - simillar to the seg
faulting (unstructured backward jump) issues we've
experienced?

Gerald, did you have any luck finding a cause of this
error?

We're running :-

Apache 1.3.33, mod_perl-1.29, perl v5.8.6 on SunOS 5.7
Generic_106541-10 sun4u sparc
SUNW,UltraSPARC-IIi-cEngine

Regards

Marty


	
	
		
___________________________________________________________ 
Yahoo! Messenger - want a free and easy way to contact your friends online? http://uk.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


RE: 56: : Unknown Provider eprun

Posted by Gerald Richter <ri...@ecos.de>.
Hi,

> 
> I've seen some posts on the web about this startup error. But 
> no solution.. I'm wondering if it's simply a red herring 
> message - and the real problem is something like a syntax 
> error - simillar to the seg faulting (unstructured backward 
> jump) issues we've experienced?
> 
> Gerald, did you have any luck finding a cause of this error?
> 
> We're running :-
> 
> Apache 1.3.33, mod_perl-1.29, perl v5.8.6 on SunOS 5.7 
> Generic_106541-10 sun4u sparc SUNW,UltraSPARC-IIi-cEngine
> 

First of all make sure that you have a

PerlModule Embperl

Or 

use Embperl ;

Somewhere in your startup code of httpd. Do you have it?

Gerald


 


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org