热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Centos6.5安装淘宝tengine

为什么80%的码农都做不了架构师?一、下载http:tengine.taobao.orghttp:tengine.taobao.orgdownloadtengi



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



一、下载


http://tengine.taobao.org/


http://tengine.taobao.org/download/tengine-2.0.2.tar.gz


二、解压


tar -zxvf tengine-2.0.2.tar.gz


./configure


出现错误:


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


You can either disable the module by using --without-http_rewrite_module


option, or install the PCRE library into the system, or build the PCRE library


statically from the source with nginx by using --with-pcre= option.


解决办法:经测试yum -y install pcre 已经安装


只好:yum -y install pcre-devel    成功!




./configure: error: SSL modules require the OpenSSL library.


You can either do not enable the modules, or install the OpenSSL library


into the system, or build the OpenSSL library statically from the source


with nginx by using --with-openssl= option.


解决办法:yum install openssl-devel






Configuration summary


  + using system PCRE library


  + using system OpenSSL library


  + md5: using OpenSSL library


  + sha1: using OpenSSL library


  + using system zlib library


  + jemalloc library is disabled




  nginx path prefix: "/usr/local/nginx"


  nginx binary file: "/usr/local/nginx/sbin/nginx"


  nginx configuration prefix: "/usr/local/nginx/conf"


  nginx configuration file: "/usr/local/nginx/conf/nginx.conf"


  nginx pid file: "/usr/local/nginx/logs/nginx.pid"


  nginx error log file: "/usr/local/nginx/logs/error.log"


  nginx http access log file: "/usr/local/nginx/logs/access.log"


  nginx http client request body temporary files: "client_body_temp"


  nginx dso module path: "/usr/local/nginx/modules/"


  nginx http proxy temporary files: "proxy_temp"


  nginx http fastcgi temporary files: "fastcgi_temp"


  nginx http uwsgi temporary files: "uwsgi_temp"


  nginx http scgi temporary files: "scgi_temp"




make


make install


# make
# make install
# /usr/local/nginx/sbin/nginx   #启动
# chown nobody.nobody -R /usr/local/nginx/html
# chmod 700 -R /usr/local/nginx/html












转载于:https://my.oschina.net/cennac/blog/215648



推荐阅读
  • 本文详细介绍了Elasticsearch中的分页查询机制,包括基本的分页查询流程、'from-size'浅分页与'scroll'深分页的区别及应用场景,以及两者在性能上的对比。 ... [详细]
  • 如何在U8系统中连接服务器并获取数据
    本文介绍了如何在U8系统中通过不同的方法连接服务器并获取数据,包括使用MySQL客户端连接实例的方法,如非SSL连接和SSL连接,并提供了详细的步骤和注意事项。 ... [详细]
  • 本文主要从TLS1.3的优势、部署和时间发展线介绍了这上篇文章回顾:浅谈DHCP协议 ... [详细]
  • 利用Node.js实现PSD文件的高效切图
    本文介绍了如何通过Node.js及其psd2json模块,快速实现PSD文件的自动化切图过程,以适应项目中频繁的界面更新需求。此方法不仅提高了工作效率,还简化了从设计稿到实际应用的转换流程。 ... [详细]
  • Irish budget airline Ryanair announced plans to significantly increase its route network from Frankfurt Airport, marking a direct challenge to Lufthansa, Germany's leading carrier. ... [详细]
  • 问题场景用Java进行web开发过程当中,当遇到很多很多个字段的实体时,最苦恼的莫过于编辑字段的查看和修改界面,发现2个页面存在很多重复信息,能不能写一遍?有没有轮子用都不如自己造。解决方式笔者根据自 ... [详细]
  • spring boot使用jetty无法启动 ... [详细]
  • 解决JavaScript中法语字符排序问题
    在开发一个使用JavaScript、HTML和CSS的Web应用时,遇到从SQLite数据库中提取的法语词汇排序不正确的问题,特别是带重音符号的字母未按预期排序。 ... [详细]
  • 流处理中的计数挑战与解决方案
    本文探讨了在流处理中进行计数的各种技术和挑战,并基于作者在2016年圣何塞举行的Hadoop World大会上的演讲进行了深入分析。文章不仅介绍了传统批处理和Lambda架构的局限性,还详细探讨了流处理架构的优势及其在现代大数据应用中的重要作用。 ... [详细]
  • 在尝试通过自定义端口部署Spring Cloud Eureka时遇到了连接失败的问题。本文详细描述了问题的现象,并提供了有效的解决方案,以帮助遇到类似情况的开发者。 ... [详细]
  • flea,frame,db,使用,之 ... [详细]
  • 如何高效解决Android应用ANR问题?
    本文介绍了ANR(应用程序无响应)的基本概念、常见原因及其解决方案,并提供了实用的工具和技巧帮助开发者快速定位和解决ANR问题,提高应用的用户体验。 ... [详细]
  • 本文详细介绍如何在华为鲲鹏平台上构建和使用适配ARM架构的Redis Docker镜像,解决常见错误并提供优化建议。 ... [详细]
  • 协程作为一种并发设计模式,能有效简化Android平台上的异步代码处理。自Kotlin 1.3版本引入协程以来,这一特性基于其他语言的成熟理念,为开发者提供了新的工具,以增强应用的响应性和效率。 ... [详细]
  • 本文详细介绍了Android系统的四层架构,包括应用程序层、应用框架层、库与Android运行时层以及Linux内核层,并提供了如何关闭Android系统的步骤。 ... [详细]
author-avatar
冰雪聪明
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有