为什么80%的码农都做不了架构师?>>>   

今天在CentOS编译安装“tomcat-connectors-1.2.30”软件进行到configure时,提示“configure: error: Cannot find the WebServer”错误信息,如下图所示:

最后仔细阅读文档,发现是没有“apxs”文件, ./configure --with-apxs=/usr/sbin/apxs 时,要查找到此文件,才会继续进行下去,此文件是httpd啊,怎么会没有呢。后来在另外一台服务器上查找此文件是有的,然后rpm命令根据此文件查找安装包,原来是需要安装httpd-devel安装包才有此文件的。于是立即安装了引包,再configure,顺利的完成了。

转载于:https://my.oschina.net/adairs/blog/634592

configure: error: Cannot find the WebServer相关推荐

  1. configure: error: no acceptable C compiler found in $PATH

    配置zabbix的时候报错configure: error: no acceptable C compiler found in $PATH 解决办法:安装GCC软件套件 [root@localhos ...

  2. 安装Python2.7出现configure: error: no acceptable C compiler found in $PATH错误

    安装Python2.7出现configure: error: no acceptable C compiler found in $PATH错误 安装步骤: 安装依赖 yum groupinstall ...

  3. configure: error: mcrypt.h not found. Please reins

    2019独角兽企业重金招聘Python工程师标准>>> 今天service层代码报错,mcrypt 系列函数没有定义(项目中接了ID5做身份认证) 于是开始编一个mcrypt扩展 出 ...

  4. APACHE 安装出错 configure: error: Cannot use an external APR with the bundled APR-util

    configure: error: Cannot use an external APR with the bundled APR-util 根据错误信息进行解决 安装apr和apr-util htt ...

  5. php7 configure: error: Cannot find OpenSSL‘s <evp.h> 问题解决

    php7 configure: error: Cannot find OpenSSL's 问题解决 参考文章: (1)php7 configure: error: Cannot find OpenSS ...

  6. linux 编译错误 configure: error: C++ compiler cannot create executables

    今天装虚拟机LNMP环境 安装报错:configure: error: C++ compiler cannot create executables 这是因为 gcc 组件不完整,执行安装 yum i ...

  7. linux 编译错误 configure: error: no usable python found at /usr/bin/python2.7

    源码编译时出现  configure: error: no usable python found at /usr/bin/python2.7 错误提示 原因是没有安装 python-devel 造成 ...

  8. configure: error: newly created file is older than distributed files!

    在一个特定的环境中遇到如下情况: configure: error: newly created file is older than distributed files!make: warning: ...

  9. ./configure: error: the HTTP rewrite module requires the PCRE library

    报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 解决方法 安装PRCE 官网:https://ftp ...

  10. unbuntu nginx安装详解 /configure: error: the HTTP rewrite module requires the PCRE library

    1 介绍 官网:https://nginx.org/en/download.html windows版本就不多说了,原理一模一样,下面直接介绍linux 下载: wget https://nginx. ...

最新文章

  1. 利用 Rize 来进行 UI 测试或 E2E 测试
  2. Linux网络编程——连接和面向连接的协议之间没有区别
  3. Kubernetes kubectl proxy命令的妙用
  4. java setcontenttype_response.setContentType()在Java过滤器中重置
  5. Spring Security在标准登录表单中添加一个额外的字段
  6. java.close用法_void close()
  7. ROS ( C++) 订阅一个机器人的位置并发布给另外一个机器人作为目标goal
  8. 复练-软考网规-下午案例题考点和答题技巧
  9. 用CSS制作细线表格
  10. @Deprecated注解功能
  11. 离线环境下火狐浏览器Firefox完全信息迁移
  12. 【Java小游戏】两小时制作大鱼吃小鱼小游戏项目
  13. 电脑关机后电源灯还亮
  14. Pytorch函数之topk()方法
  15. Dialog的Dismiss方法使用注意事项
  16. 抢占国内射频前端主序市场,「慧智微」的打法是推可重构射频前端架构
  17. 意云丰到底是一个怎么样的赚钱软件?今天就带大家来解读一下
  18. stm32之定时器配置
  19. 计算机bios无法进入安全模式,电脑安全模式进不去怎么办 电脑安全模式进不去解决方法【图文】...
  20. 计算机语音未来发展趋势,语音助手横评:发展现状|未来展望

热门文章

  1. 随机森林评估特征重要性
  2. 2018_08_10_生活记录_关于我和这个博客的说明
  3. linux常见命令用法之(一)
  4. php 浮点型能位运算,重读PHP手册笔记系列(二)
  5. 使用MurMurHash在Shodan平台上寻找钓鱼网站
  6. 庖丁解牛之spring源码系列二 spring bean生命周期介绍
  7. linux串口导致死机,Linux系统死机情况分析与处理方案介绍
  8. Java小程序的生命周期包括哪些阶段,servlet生命周期的4个阶段是什么?都有什么作用?...
  9. Netty学习(四)FastThreadLocal
  10. 线上IIS应用程序池自动关闭