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

[debian-users:16558] im bug?



米本と言います。slinkでimを愛用しています。
imgetを使ってニュースを読もうとすると次のような
エラーがでます。バージョンは100-2です。

~[588]_$pon
~[589]_$imget
imget: Getting new messages from japan.sukisuki.yurikko at news.age.ne.jp into +inbox....
Undefined subroutine &IM::Nntp::exec_getsbrfile called at /usr/lib/IM/Nntp.pm line 350, <NNTPd> chunk 7.

解決法はいたって単純で
/usr/lib/IM/Nntp.pmの17行目からの

use Fcntl;
use IM::Config qw(nntphistoryfile nntpservers nntp_timeout);
use IM::TcpTransaction;
use IM::Util;
use integer;
use strict;
use vars qw(@ISA @EXPORT);

に

use IM::MsgStore;

を追加してやればいいだけです。
hammのときはなんともなかったはずですが、変ですね。

--------
	米本 和正(Yonemoto Kazumasa)
	yonemoto@xxxxxxxxxxx