Namazu-users-ja(旧)


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

File-MMagic の make 時に perl バージョンによる?エラー



 お世話になります。
佐藤と申します。

  namazu-2.0.10をインストールしようとしたところ、
 File-MMagicのmake前に、perlバージョンによる?
 エラーが出て、先に進めません。
(インストール先は、システム領域ではありません。)
 perlバージョンや、そのlib絡みの問題だとすると
どの辺を調べるのが有効なのか検討が付きません。
  下の内容で、解かることが有りましたら、アドバイス頂けると
助かります。よろしくお願いします。  

 「インストール作業内容」
 tar xvf namazu-2.0.10.tar
 cd namazu-2.0.10/File-MMagic
 perl Makefile.PL LIB=/インストール先/lib INSTALLMAN3DIR=/インストール先/man

 「結果:エラー内容」
 Perl lib version (5.00459) doesn't match executable version (5.00459) at /usr/local/lib/perl5/sun4-s
 olaris/5.00459/Config.pm line 7.
 BEGIN failed--compilation aborted at /usr/local/lib/perl5/ExtUtils/MakeMaker.pm line 13.
 BEGIN failed--compilation aborted at Makefile.PL line 5.

/usr/local/lib/perl5/sun4-solaris/5.00459 
[Config.pm]の中身

package Config;
use Exporter ();
@ISA = (Exporter);
@EXPORT = qw(%Config);
@EXPORT_OK = qw(myconfig config_sh config_vars);

$] == 5.00502 ← これは、どこを見てるのでしょうか?
  or die "Perl lib version (5.00459) doesn't match executable version ($])";

# This file was created by configpm when Perl was built. Any changes
# made to this file will be lost the next time perl is built.

##・・・・