<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/post//</link>
<title><![CDATA[Nginx: error while loading shared libraries: libpcre.so.1]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[学习心得]]></category>
<pubDate>Wed, 21 Jun 2017 06:09:54 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	[ubuntu@titan]# /usr/local/nginx/sbin/nginx<br/>/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory<br/><br/>确认已经安装PCRE<br/><br/>[ubuntu@titan]# sbin/nginx <br/>sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory<br/><br/>[ubuntu@titan]# error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory<br/><br/>[ubuntu@titan]# whereis libpcre.so.1<br/>libpcre.so: /lib64/libpcre.so.0 /usr/local/lib/libpcre.so /usr/local/lib/libpcre.so.1<br/><br/>添加软链接:<br/>[ubuntu@titan]# ln -s /lib/libpcre.so.0.0.1 /lib/libpcre.so.1&nbsp;&nbsp;<br/><br/>前面在一般的linux上可以解决此问题.<br/> <br/>注: 在有的操作系统上面,安装pcre后,安装的位置为/usr/local/lib/*pcre*<br/>在redhat 64位机器之上有这样的情况.<br/>在redhat 64位机器上, nginx可能读取的pcre文件为/lib64/libpcre.so.1文件.<br/>所以在改用下面的软连接:<br/><br/>[ubuntu@titan]# ln -s /usr/local/lib/libpcre.so.1 /lib64
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] Nginx: error while loading shared libraries: libpcre.so.1]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>