ようこそ
ゲスト
さん。まずは、
ログイン
するか、
ユーザ登録
してください。
アクティべーションメール
送られて来ませんでしたか?
2010年09月07日 02時45分07秒
お知らせ:
Welcome to Epilogue Forum!
Epilogue Forum
Software
CGI/箱庭サポート掲示板
YY-BOARD Next 5.9 を設置できない(Software errorと表示される)
0 メンバーさんと、1 ゲストさんが、このスレッドを見ています。
←前へ
次へ→
ページ:
[
1
]
投稿者
スレッド: YY-BOARD Next 5.9 を設置できない(Software errorと表示される) (参照数 1601 回)
saneyuki2
ゲスト
YY-BOARD Next 5.9 を設置できない(Software errorと表示される)
«
投稿日::
2009年09月13日 16時04分43秒 »
冒頭部分は#!/usr/local/bin/perl と入力してあります。パーミッションの設定は、readmeの通りに設定しました。アップロードし、HPからリンクで表示させようとしたところ・・・次のようなエラーが表示されました。とりあえず、サーバー会社には連絡しましたが・・・。
Software error:
Can't locate CGI/Session.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at ./common.pl line 1244.
BEGIN failed--compilation aborted at ./common.pl line 1244.
For help, please send mail to the webmaster (ijimetotatakau@pj.upper.jp), giving this error message and the time and date of the error.
Software error:
[Sun Sep 13 15:58:17 2009] yybbs.cgi: Can't locate CGI/Session.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at ./common.pl line 1244.
[Sun Sep 13 15:58:17 2009] yybbs.cgi: BEGIN failed--compilation aborted at ./common.pl line 1244.
Compilation failed in require at yybbs.cgi line 33.
For help, please send mail to the webmaster (ijimetotatakau@pj.upper.jp), giving this error message and the time and date of the error.
どうしたらいいでしょうか?
IP記録
Logue
管理人
古参メンバー
オフライン
性別:
投稿: 502
Re:YY-BOARD Next 5.9 を設置できない(Software errorと表示される)
«
返信する #1 投稿日::
2009年09月13日 19時52分47秒 »
Session.pmがインストールされていないためだと思います。
yynextと同じディレクトリにSession.pmを設置してください。
Session.pmは以下のアドレスからダウンロードできます。
http://cpansearch.perl.org/src/MARKSTOS/CGI-Session-4.42/lib/CGI/Session.pm
IP記録
Logue◆grDYeooZwg a.k.a. 高山 ローグ
saneyuki2
ゲスト
Re:YY-BOARD Next 5.9 を設置できない(Software errorと表示される)
«
返信する #2 投稿日::
2009年09月13日 20時03分11秒 »
さっそくの返信、本当にありがとうございます!
yybbs.cgiの隣にアップロードしてみましたが、うまくいきません…。Session.pmのパーミッションは、755に設定しました。HPからのリンクは、yybbs.cgiにしてあります。次のようにエラーメッセージが出てしまいます。
Software error:
Can't locate CGI/Session.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at ./common.pl line 1244.
BEGIN failed--compilation aborted at ./common.pl line 1244.
For help, please send mail to the webmaster (ijimetotatakau@pj.upper.jp), giving this error message and the time and date of the error.
Software error:
[Sun Sep 13 16:22:10 2009] yybbs.cgi: Can't locate CGI/Session.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at ./common.pl line 1244.
[Sun Sep 13 16:22:10 2009] yybbs.cgi: BEGIN failed--compilation aborted at ./common.pl line 1244.
Compilation failed in require at yybbs.cgi line 33.
For help, please send mail to the webmaster (ijimetotatakau@pj.upper.jp), giving this error message and the time and date of the error.
IP記録
Logue
管理人
古参メンバー
オフライン
性別:
投稿: 502
Re:YY-BOARD Next 5.9 を設置できない(Software errorと表示される)
«
返信する #3 投稿日::
2009年09月13日 23時05分08秒 »
すみません、エラーを見る限り、アップロード先は、yynext/CGI/Session.pmかもしれません。それでもダメな場合は、
use CGI::Session;の行をコメントアウトして、require 'Session.pm';に変更してみてください。
IP記録
Logue◆grDYeooZwg a.k.a. 高山 ローグ
saneyuki
ゲスト
Re:YY-BOARD Next 5.9 を設置できない(Software errorと表示される)
«
返信する #4 投稿日::
2009年09月14日 21時05分13秒 »
アドバイス、ありがとうございます!
yynextフォルダ内に、CGIフォルダを作り、その中にSession.pmを入れてみましたが、またエラーになってしまいました。
そこで、Session.pmをノートパッドで開き、use CGI::Session;を検索で見つけて削除し、かわりにrequire 'Session.pm';と入力して上書き保存し、アップロードしました。すると、次のエラーが表示されました。
Software error:
Can't locate CGI/Session/ErrorHandler.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at CGI/Session.pm line 7.
BEGIN failed--compilation aborted at CGI/Session.pm line 7.
Compilation failed in require at ./common.pl line 1244.
BEGIN failed--compilation aborted at ./common.pl line 1244.
For help, please send mail to the webmaster (ijimetotatakau@pj.upper.jp), giving this error message and the time and date of the error.
Software error:
[Mon Sep 14 20:51:12 2009] yybbs.cgi: Can't locate CGI/Session/ErrorHandler.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at CGI/Session.pm line 7.
[Mon Sep 14 20:51:12 2009] yybbs.cgi: BEGIN failed--compilation aborted at CGI/Session.pm line 7.
[Mon Sep 14 20:51:12 2009] yybbs.cgi: Compilation failed in require at ./common.pl line 1244.
[Mon Sep 14 20:51:12 2009] yybbs.cgi: BEGIN failed--compilation aborted at ./common.pl line 1244.
Compilation failed in require at yybbs.cgi line 33.
For help, please send mail to the webmaster (ijimetotatakau@pj.upper.jp), giving this error message and the time and date of the error.
お手数をおかけします…
IP記録
ページ:
[
1
]
←前へ
次へ→
1時間
1日
1週間
1ヶ月
期間限定無し
ユーザ名、パスワード、クッキー保持期間を入力してログインして下さい。
Powered by SMF 2.0 RC3
|
SMF © 2006, Simple Machines LLC
ページの生成に0.202秒23かかりました。