给大家带来Centos下制造OpenResty RPM包
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!创立rpmbuild目次:mkdir-p~/rpmbuild/{SOURCES,SPECS,SRPMS}
下载OpenResty源码:
wget-P~/rpmbuild/SOURCEhttp://openresty.org/download/ngx_openresty-1.4.3.4.tar.gz
创立spec文件:
<divstyle="color:rgb(51,51,51);font-family:TrebuchetMS,Trebuchet,LucidaSansUnicode,LucidaGrande,LucidaSans,Arial,MicrosoftJhengHei,微正黑w,MicrosoftYaHei,微软雅黑;font-size:14px;line-height:21px;"><divclass="syntaxhighlighterplain"id="highlighter_28564"style="width:785px;word-wrap:normal!important;margin:1em0px!important;position:relative!important;overflow:auto!important;font-size:1em!important;"><divclass="container"style="border-radius:0px!important;border:0px!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px!important;position:relative!important;right:auto!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-size:1em!important;min-height:inherit!important;background:none!important;">%definenginx_home%{_localstatedir}/cache/nginx
%definenginx_usernginx
%definenginx_groupnginx
%definefilenamengx_openresty-1.4.3.4
Summary:Highperformancewebserver
Name:openresty
Version:1.4.3
Release:4%{?dist}
Vendor:nginxinc.
URL:http://openresty.org/
Source0:http://openresty.org/download/%{filename}.tar.gz
Source1:logrotate
Source2:nginx.init
Source3:nginx.sysconf
Source4:nginx.conf
Source5:nginx.vh.default.conf
Source6:nginx.vh.example_ssl.conf
License:2-clauseBSD-likelicense
Group:SystemEnvironment/Daemons
BuildRequires:zlib-devel
BuildRequires:pcre-devel
BuildRequires:perl
BuildRequires:openssl-devel
BuildRequires:readline-devel
Requires:initscripts>=8.36
Requires(pre):shadow-utils
Requires(post):chkconfig
Provides:webserver
<divclass="linenumber34index33alt1"style="border-radius:0px!important;border:0px!important;bottom:auto!important;float:none!important;height:auto!important;left:auto!important;line-height:1.1em!important;margin:0px!important;outline:0px!important;overflow:visible!important;padding:0px1em!important;position:static!important;right:auto!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-size:1em!important;min-height:inherit!important;white-space:pre!important;background-image:none!important;background-attachment:initial!important;background-size:initial!important;background-origin:initial!important;background-clip:initial!important;background-position:initial!important;background-repeat:initial!important;">
给大家带来Centos下制造OpenResty RPM包
为保住菊花,这个一定得回复! 写学习日记,这是学习历程的见证,同时我坚持认为是增强学习信念的法宝。 最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。 放手去搞。尽量不要提问,运用搜索找答案,或者看wiki,从原理上理解操作系统的本质,而不是满足于使用几个技巧。尽量看英文资料。 最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。 为了更好的学习这门课程,我不仅课上认真听讲,课下也努力学习,为此还在自己的电脑上安装了Ubuntu系统。 尽我能力帮助他人,在帮助他人的同时你会深刻巩固知识。 一定要养成在命令行下工作的习惯,要知道X-window只是运行在命令行模式下的一个应用程序。在命令行下学习虽然一开始进度较慢。
页:
[1]