[plug] Perl Module calling problem

Jason Nicholls jason at mindsocket.com.au
Wed Jan 16 00:01:26 WST 2002


On Tue, Jan 15, 2002 at 11:48:35PM +0800, Kyle Hargraves wrote:
> /usr/lib/perl5/site_perl/5.6.0/Text/Wrap.pm
> 
> Can't locate IO/Wrap.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0

It's looking for (based on what is printed above as the INClude directories):

	/usr/lib/perl5/5.6.0/IO/Wrap.pm
	or
	/usr/lib/perl5/5.6.0/i386-linux/IO/Wrap.pm

You have:

	/usr/lib/perl5/5.6.0/Text/Wrap.pm

See the difference? Perhaps you are missing the correct module, or it's in the
wrong location.


Later,

Jason Nicholls
--------------------------------------------------------------------
Jason Nicholls    icq: 11745841    email: <jason at mindsocket.com.au>
Proprietor                        mobile: 0417 410 811
Mind Socket [web services]          http://www.mindsocket.com.au/
--------------------------------------------------------------------



More information about the plug mailing list