[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cssh: Perl-Modul fehlt



Andre Tann <atann@alphasrv.net> (Di 03 Jul 2012 12:16:17 CEST):
> Servus Heiko,
> 
> Heiko Schlittermann, Dienstag, 3. Juli 2012: 
> 
> > Geht bei mir.
> > 
> >     perl -Mversion -E 'say $version::VERSION, "\n", $INC{"version.pm"}'
> > 
> > sagt genau was?
> 
> …nicht viel:
> 
> $ perl -Mversion -E 'say $version::VERSION, "\n", $INC{"version.pm"}'
> Can't locate version/vpp.pm in @INC (@INC contains: /etc/perl
> /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
> /usr/local/lib/site_perl .) at (eval 2) line 2.
> BEGIN failed--compilation aborted at (eval 2) line 2.
> Compilation failed in require.
> BEGIN failed--compilation aborted.

und so:

perl -E 'say grep { -f "$_/version.pm" } @INC'

-- 
Heiko

Attachment: signature.asc
Description: Digital signature


Reply to: