<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sun, 06 Oct 2013 05:12:07 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景： 在树莓派上编译安装Nginx出现下面错误，因为是相当于debian上安装，所以得atp-get。<br/><br/>Debian环境下编辑安装nginx错误./configure: error: the HTTP rewrite module requires the PCRE library.解决<br/>Published on April 24, 2013 in Linux. 6 Comments<br/>Tags: linux, nginx.<br/>编辑安装nginx的时候，出现下面的错误：<br/>——–<br/>…<br/>./configure: error: the HTTP rewrite module requires the PCRE library.<br/><br/>——–<br/><br/>解决方法：<br/># apt-get install libpcre3 libpcre3-dev<br/><br/>实践如下：<br/>root@raspberrypi ~/dev_codes_all/nginx_Codes_All/nginx-1.4.2 #&nbsp;&nbsp;apt-get install libpcre3 libpcre3-dev<br/>正在读取软件包列表... 完成<br/>正在分析软件包的依赖关系树&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br/>正在读取状态信息... 完成&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br/>libpcre3 已经是最新的版本了。<br/>下列软件包是自动安装的并且现在不需要了：<br/>&nbsp;&nbsp;ax25-node icelib libax25 libblas3gf liblapack3gf libx264-123 libx264-129<br/>Use &#039;apt-get autoremove&#039; to remove them.<br/>下列【新】软件包将被安装：<br/>&nbsp;&nbsp;libpcre3-dev<br/>升级了 0 个软件包，新安装了 1 个软件包，要卸载 0 个软件包，有 55 个软件包未被升级。<br/>需要下载 343 kB 的软件包。<br/>解压缩后会消耗掉 663 kB 的额外空间。<br/>您希望继续执行吗？[Y/n]y<br/>0% [正在等待报头]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>获取：1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libpcre3-dev armhf 1:8.30-5 [343 kB]<br/>下载 343 kB，耗时 20秒 (16.7 kB/s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>Selecting previously unselected package libpcre3-dev.<br/>(正在读取数据库 ... 系统当前共安装有 75467 个文件和目录。)<br/>正在解压缩 libpcre3-dev (从 .../libpcre3-dev_1%3a8.30-5_armhf.deb) ...<br/>正在处理用于 man-db 的触发器...<br/>正在设置 libpcre3-dev (1:8.30-5) ...<br/>_________________________________________________________________________________________________________________<br/><br/>CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法<br/>CentOS 6.2 安装Nginx时报错<br/> <br/>错误提示：<br/>./configure: error: the HTTP rewrite module requires the PCRE library.<br/> <br/>安装pcre-devel与openssl-devel解决问题<br/> <br/>yum -y install pcre-devel openssl openssl-devel<br/> <br/>./configure --prefix=/usr/local/nginx<br/>make<br/>make install
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>