- 締切済み
CGI-PLANTさんの「切り出し日記」
こんにちわ。 ここんとこ、CGIの質問ばかりですいません… で、今回は、CGI-PLANTさんの「切り出し日記」なんですが、昔、一回使ったことがあり、そのときは、ふっつ~に動きました。 最近また使おうと思ってHPからDLしてサーバへUPして、アクセス権も変更して、いざ行かん!と思ったら、エラーが出て動きません……perlのパスはあってるし、他はまだいじってないし…アクセス権が違うとは考えにくいですし… errorは「CGIWrap Error: Script Execution Failed CGIWrap encountered an error while attempting to execute this script: Error Message: No such file or directory Error Number: 2 This message usually indicates there is a problem with the script itself. Often this indicates either that the #! line of the script is incorrect, or the script was uploaded in binary mode instead of ascii mode. Check to make sure that the script does not have control-M's at the end of every line. That will prevent it from executing. An easy fix that takes care of this most of the time is to put '#!/.../perl --' instead of '#!/.../perl' on the first line of the script. If you are not the owner of this script, please forward this error and the URL that caused it to the script owner. That is often the component in the URL right after /cgiwrap/. 」 って感じです。翻訳機かけても意味不明だし、#!/.../perl --'って書いてあるところを見るとパスが違うみたいだけどあってるし…分かる人いますか? 宜しくお願いします
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- mirurin
- ベストアンサー率43% (48/111)
スクリプトの改行コードの問題じゃないですか? アスキーモードでUPしてみてください。