From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Submit script error
   Date: Wed, 09 Apr 2008 19:46:54 -0400
Msg# 1717
View Complete Thread (2 articles) | All Threads
Last Next
Michael Oliver wrote:
> Can't locate strict.pm in @INC at //****/****/submit-chalice.pl line 35.
> BEGIN failed--compilation aborted at //****/****/submit-chalice.pl line 35.
> 
> Any ideas?

	'strict.pm' is part of the perl distribution, so it sounds like
	the perl distro has been mangled somehow, either by
	some conflicting version of perl (eg. part of cygwin, or some
	other product that includes its own version of perl), or by
	a strange environment variable.

	1) Are you seeing this with all the submit scripts on a
	   single machine, all scripts on all machines..?

	2) Was any new software installed recently that might have
	   a conflicting version of perl?

	   Try searching the C: drive for perl.exe to see if there's
	   more than one. I think activestate perl installs in
	   c:\perl\* so look for copies in other locations.

	3) What is the output of 'set' from this machine?
	   There might be something in the PATH or some other environment
	   variable that is causing the problem.

	4) Do you know if the @INC variable is be changed at all
	   by the submit script in question, or the .common.pl file?
	
-- 
Greg Ercolano, erco@(email surpressed)
Seriss Corporation
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)

Last Next