我正在尝试在 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”然后我尝试再次安装autoconf它要求安装“m4”然后我尝试通过上面列出的相同错误现在安装“m4”。所以它变成了一组相同的错误循环,不允许我安装。
谁能帮我解决这个问题。请考虑这是一个 HP-UX unix 服务器,所以不要推荐著名的 ubuntu“apt-get install”命令或 red hat 特定命令。