- - PR -
AntiVir Linux Workstationをインストールできません
1
投稿者 | 投稿内容 | ||||
---|---|---|---|---|---|
|
投稿日時: 2004-11-06 09:45
本サイトで紹介されている方法で、インストールしようとすると、This script requires ’which' to run.というメッセージが出てインストールできません。
どうしてでしょうか?何か足らないのでしょうか?ちなみに、OSはvine3.0 です。 [ メッセージ編集済み 編集者: akira-h 編集日時 2004-11-06 09:46 ] | ||||
|
投稿日時: 2004-11-06 15:01
コマンドラインで # which と打つとどうなります? | ||||
|
投稿日時: 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. と出ます。よくわからないのです。 | ||||
|
投稿日時: 2004-11-08 10:10
こんにちは。
ちょっと情報を探してみましたが、installスクリプトを編集してとりあえず逃げれるかもしれません。 if [ ! -x "`which $EXE`" ] という行があると思いますので、これを if [ ! -x "`/usr/bin/which $EXE`" ] に変更してみてください。 | ||||
|
投稿日時: 2004-11-14 22:53
パソコン自体おかしくなって、今修復中です。直し次第試みます。
|
1