これを、共有ホスティング会社を通じて所有している Web サーバーにインストールしようとしています。インストール手順では、プログラムのディレクトリに移動し、シェル コマンド ./configure、make、および make install を使用してプログラムをインストールするように指示されています。./configure と入力すると、すべて正常に実行されます。しかし、makeに入ると、
cd . && /bin/sh /home/blahblahname/swirl-1.1.0/config/missing --run aclocal-1.10
/home/blahblahname/swirl-1.1.0/config/missing: line 54:
aclocal-1.10: command not found WARNING: `aclocal-1.10' is missing on
your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh /home/blahblahname/swirl-1.1.0/config/missing --run automake-1.10 --gnu
/home/blahblahname/swirl-1.1.0/config/missing: line 54: automake-1.10: command not found
WARNING: `automake-1.10' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
/home/blahblahname/swirl-1.1.0/config/missing: line 185:
/usr/bin/find: Permission denied
cd . && /bin/sh /home/blahblahname/swirl-1.1.0/config/missing --run autoconf autoconf:
configure.in: No such file or directory make: *** [configure] Error 1
make install でも同じです。インストールしようとしているディレクトリへのアクセス権がないようです。そのディレクトリにアクセスせずにこれを機能させる方法はありますか? たぶん、カスタムのmake/makeのインストール場所をどうにか設定できますか?