Hi Thanks for Reply Output # perl -le 'print for @INC' /usr/lib/perl5/5.8.8/linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl . It´s very strange .... I took a backup on my Crux 2.2 (after upgrade) and reinstall it from scratch Thanks On Wed, 24 Jan 2007, Jorg.Schulz@systeam.se wrote:
Everything went fine, but after update Perl from 5.8.6 to 5.8.8 via prt-get nothing of my application work anymore.
You can't rely on add on modules to work across installations. That's where CPAN.pm's autobundle comes particularly useful. But then endless discussions tend to arise as to whether it's better to use perl's own module installation facilities or distro's tools. Of course both approaches have their own advantages, and there's a potential solution saving the best of both worlds, but someone should took care of writing some code to exploit it, and I would like to be the one, only I've not found the time yet...
The application search for the 5.8.6 and not to 5.8.8 .
I got errors like Can't locate Text/ParseWords.pm in @INC (@INC contains: /usr/lib/perl5/5.8.6/linux /usr/lib/perl5/5.8.6 and so on
That's quite strange because Text::ParseWords is a core module.
But the Text/ParseWords.pm is under /usr/lib/perl5/5.8.8 :-)
Anyone who can help me, could this be an Environment config ??
Well, there's certainly something wrong going on. What does perl -le 'print for @INC' print out? In doubt, you may want to experiment with adding directories to the PERL5LIB environment variable. Michele -- Mary had a little lamb;/Its fleece was green as limes. And every even number greater than two/Is the sum of two primes. - Robert Israel in sci.math, "Re: all math problems reduce to linguistics" -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.8/649 - Release Date: 2007-01-23 20:40 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.8/649 - Release Date: 2007-01-23 20:40