我是靠谱客的博主 听话水蜜桃,最近开发中收集的这篇文章主要介绍安装pcre-8.39和Lighttpd 在进行make的时候出现的问题,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

本文转自:http://blog.csdn.net/zhouxj0818/article/details/51837761



adminn@ubuntu:~/webserver/arm/pcre-8.39$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/adminn/webserver/arm/pcre-8.39/missing aclocal-1.15 -I m4
/home/adminn/webserver/arm/pcre-8.39/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' 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/>

make: *** [aclocal.m4] Error 127



解决方法:当前目录运行adminn@ubuntu:~/webserver/arm/pcre-8.39$ autoreconf -ivf

执行成功后再make;


如下

adminn@ubuntu:~/webserver/arm/pcre-8.39$ autoreconf -ivf
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
adminn@ubuntu:~/webserver/arm/pcre-8.39$ make
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no


最后

以上就是听话水蜜桃为你收集整理的安装pcre-8.39和Lighttpd 在进行make的时候出现的问题的全部内容,希望文章能够帮你解决安装pcre-8.39和Lighttpd 在进行make的时候出现的问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部