Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable is set correctly and then rerun this script.
autoconfが入ってない的なエラー。
ということでautoconfをインストールします。
まず、http://www.gnu.org/software/autoconf/から任意のバージョンのautoconfをダウンロードします。
(今回はautoconf-2.69をダウンロードしました。)
ダウンロードしたファイルを解凍して、「/usr/local/src」に配置します。
以下、ターミナルを起動してインストールを行います。
$ cd /usr/local/src/autoconf-2.69 $ ./configure --prefix=/usr $ make $ sudo make install
これでOK。
0 件のコメント:
コメントを投稿