Hallo !
Ich habe Perl 5.6.0-12 installiert, und wollte z.B. folgendes Library nachinstallieren:
Convert::UUlib
Dieses habe ich bei www.cpan.org runtergelden und dann ganz normal entpakt, ......perl Makefile.PL war kein Problem aber dann "make" lieferte mir folgenden Fehler :
----------------------------------------------------------------- Perl lib version (v5.6.0) doesn't match executable version (v5.6.1) at /usr/lib/perl5/5.6.0/i386-linux/Config.pm line 21. Compilation failed in require at /usr/lib/perl5/5.6.0/ExtUtils/Install.pm line 10. BEGIN failed--compilation aborted at /usr/lib/perl5/5.6.0/ExtUtils/Install.pm line 10. Compilation failed in require. BEGIN failed--compilation aborted. make: *** [pm_to_blib] Fehler 255 --------------------------------------------------------------------
Kann mir dies jemand erklären ?
Cheers & thanks
Patric Illi
On Mit, 09 Mai 2001, patric illi wrote:
Ich habe Perl 5.6.0-12 installiert, und wollte z.B. folgendes Library
Perl lib version (v5.6.0) doesn't match executable version (v5.6.1) at
Was sagt denn 'perl --version'? Wenn das 5.6.1 ausgibt solltest du a) die libperl updaten oder perl auf 5.6.0 zurueckbringen...
-dnh