On (19/11/07 09:00) Andreas Vinsander wrote:
> Hi!
> 
> It seems like perl-5.8.8-r3 introduced a new place
> (/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility
> didn't catch that properly. Now all perl modules/utilities (like genlop)
> are broken for me.
> 
> What is the easiest way out? Trying to find out which perl modules are
> installed and re-install them all? Has anybody else seen the same problem?
> 
> /Andreas
> -- 
> [EMAIL PROTECTED] mailing list
> 
Hi,

Yes. you're not alone :-)
Tried to disable "-ithreads" for libperl&perl but thing only got more
broken. Then 'perl-cleaner reallyall' - errors everywhere.
Perl even couldn't find it's Config.pm & @INC.
Reverted to 'ithreads', now at least it partly works.
What's the result of (1) "$perl -V" & (2) "$perl -e 'print join "\n", @INC'" ?
Mine is (2):
/etc/perl
/usr/lib/perl5/vendor_perl/5.8.8/i686-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl
/usr/lib/perl5/5.8.8/i686-linux-thread-multi
/usr/lib/perl5/5.8.8
/usr/local/lib/site_perl
...cut...
PS: /etc/perl - no such dir here
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list

Reply via email to