記事No | : 15588 |
投稿日 | : 2017/08/24(Thu) 13:23:54 |
タイトル | : postmail でcheck.cgi の実行でエラー |
ID情報 | : 6009 |
投稿者 | : denden |
URL | : http://www.zippy2.com/cgi/postmail/check.cgi |
ポストメールは正常に働いていますが、check.cgi を実行すると次のようにエラーとなります。原因がわかりません。よろしくお願いします。post mailはVer: 9.0 (Shift-JIS版)です。
Software error:
Can't locate Unicode/Japanese.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .) at ./init.cgi line 202.
For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.
Software error:
[Thu Aug 24 00:04:04 2017] check.cgi: Can't locate Unicode/Japanese.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .) at ./init.cgi line 202.
Compilation failed in require at /home/.sites/40/site86/web/cgi/postmail/check.cgi line 14.
For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.
記事No | : 15589 |
投稿日 | : 2017/08/24(Thu) 15:17:25 |
タイトル | : Re: postmail でcheck.cgi の実行でエラー |
ID情報 | : hirayama |
投稿者 | : hirayama |
URL | : http://shade-search.com/sts/term/term.php |
これは同様の指摘が以前もありましたね。
init.cgiの202行目でUnicodeモジュールを読み込もうとして読み込めないというエラーのようです。
postmailの場合、libディレクトリ内にUnicodeモジュールが同梱されているので、それを読み込めばいいのですが、
モジュール読み込みディレクトリのリスト@INCに lib が入っていないようですね。
init.cgiの最初の方
use strict;
の下あたりに
use lib './lib';
を追加すればいいと思います。
postmail.cgiに
use lib './lib';
の記述があるので、postmail.cgi を動かすときは問題ないようです。
記事No | : 15590 |
投稿日 | : 2017/08/24(Thu) 22:19:59 |
タイトル | : Re^2: postmail でcheck.cgi の実行でエラー |
ID情報 | : 6009 |
投稿者 | : denden |
URL | : http://www.zippy2.com/cgi/postmail/check.cgi |
ありがとうございます。うまく動きました。これはバグということですね。修正をお願いします。
記事No | : 15592 |
投稿日 | : 2017/08/25(Fri) 00:27:12 |
タイトル | : Re^3: postmail でcheck.cgi の実行で |
ID情報 | : hirayama |
投稿者 | : hirayama |
URL | : http://shade-search.com/sts/term/term.php |
>ありがとうございます。うまく動きました。これはバグということですね。修正をお願いします。
Kentさんが、いつこのスレッドを見られるかわからないので、
問い合わせフォーム
http://www.kent-web.com/pubc/contact/
からお願いするのが早いと思います。