- PR -

AntiVir Linux Workstationをインストールできません

1
投稿者投稿内容
akira-h
会議室デビュー日: 2004/11/06
投稿数: 3
投稿日時: 2004-11-06 09:45
本サイトで紹介されている方法で、インストールしようとすると、This script requires ’which' to run.というメッセージが出てインストールできません。
どうしてでしょうか?何か足らないのでしょうか?ちなみに、OSはvine3.0
です。


[ メッセージ編集済み 編集者: akira-h 編集日時 2004-11-06 09:46 ]
おばけ
ぬし
会議室デビュー日: 2002/11/14
投稿数: 609
お住まい・勤務地: 東京都江東区
投稿日時: 2004-11-06 15:01
引用:

This script requires ’which' to run.


コマンドラインで

# which

と打つとどうなります?
akira-h
会議室デビュー日: 2004/11/06
投稿数: 3
投稿日時: 2004-11-06 15:29
Usage: /usr/bin/which [options] [--] programname [...]
Options: --version, -[vV] Print version and exit successfully.
--help, Print this help and exit successfully.
--skip-dot Skip directories in PATH that start with a dot.
--skip-tilde Skip directories in PATH that start with a tilde.
--show-dot Don't expand a dot to current directory in output.
--show-tilde Output a tilde for HOME directory for non-root.
--tty-only Stop processing options on the right if not on tty.
--all, -a Print all matches in PATH, not just the first
--read-alias, -i Read list of aliases from stdin.
--skip-alias Ignore option --read-alias; don't read stdin.
--read-functions Read shell functions from stdin.
--skip-functions Ignore option --read-functions; don't read stdin.
と出ます。よくわからないのです。
綾瀬
ぬし
会議室デビュー日: 2002/07/31
投稿数: 393
お住まい・勤務地: どっちも3階
投稿日時: 2004-11-08 10:10
こんにちは。

ちょっと情報を探してみましたが、installスクリプトを編集してとりあえず逃げれるかもしれません。
if [ ! -x "`which $EXE`" ]
という行があると思いますので、これを
if [ ! -x "`/usr/bin/which $EXE`" ]
に変更してみてください。
akira-h
会議室デビュー日: 2004/11/06
投稿数: 3
投稿日時: 2004-11-14 22:53
パソコン自体おかしくなって、今修復中です。直し次第試みます。
1

スキルアップ/キャリアアップ(JOB@IT)