HP-UX サーバーに PHP、Apache 環境をセットアップしようとしています。インストール中は、「./configur、make、make install」の通常のコマンドを使用しています。ここで PCRE をインストールしようとすると、次のようなエラーが表示されます。
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ubuntu/softwares/m4-1.4.17/build-aux/missing aclocal-1.14 -I m4 /home/ubuntu/softwares/m4-1.4.17/build-aux/missing: line 81: aclocal-1.14: command not found WARNING: 'aclocal-1.14' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/> Makefile:1496: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127
そこで、「m4、autoconf、automake」ソースの最新バージョンをダウンロードし、通常の make コマンドを使用してインストールを試みます。
最初に、「autoconf」のインストールを要求するエラーで「automake」をインストールしようとしました。次に、「m4」のインストールを要求するautoconfを再度インストールしようとしました。次に、上記と同じエラーで「m4」をインストールしようとしました。そのため、同じエラーセットのループになり、インストールできませんでした。
誰でもこの問題を整理するのを手伝ってくれますか? これは HP-UX UNIX サーバーであると考えてください。そのため、有名な ubuntu の「apt-get install」コマンドや Red Hat 固有のコマンドはお勧めしません。