<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《CentOS 6.2编译安装Nginx1.0.14+MySQL5.5.22+PHP5.3.10》的评论</title>
	<atom:link href="http://www.osyunwei.com/archives/3339.html/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com/archives/3339.html</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 13 May 2015 06:36:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：lianglab</title>
		<link>https://www.osyunwei.com/archives/3339.html#comment-511</link>
		<dc:creator>lianglab</dc:creator>
		<pubDate>Sat, 28 Apr 2012 01:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=3339#comment-511</guid>
		<description>报错，用户已经添加了。
[root@centos html]# /usr/local/php5/sbin/php-fpm 
[28-Apr-2012 09:28:06] ERROR: [/usr/local/php5/etc/php-fpm.conf:27] unknown entry &#039;user&#039;
[28-Apr-2012 09:28:06] ERROR: failed to load configuration file &#039;/usr/local/php5/etc/php-fpm.conf&#039;
[28-Apr-2012 09:28:06] ERROR: FPM initialization failed
[root@centos html]# 

[root@centos html]# /etc/rc.d/init.d/php-fpm restart
Gracefully shutting down php-fpm warning, no pid file found - php-fpm is not running ?
Starting php-fpm [28-Apr-2012 09:28:53] ERROR: [/usr/local/php5/etc/php-fpm.conf:27] unknown entry &#039;user&#039;
[28-Apr-2012 09:28:53] ERROR: failed to load configuration file &#039;/usr/local/php5/etc/php-fpm.conf&#039;
[28-Apr-2012 09:28:53] ERROR: FPM initialization failed
 failed
[root@centos html]#</description>
		<content:encoded><![CDATA[<p>报错，用户已经添加了。<br />
[root@centos html]# /usr/local/php5/sbin/php-fpm<br />
[28-Apr-2012 09:28:06] ERROR: [/usr/local/php5/etc/php-fpm.conf:27] unknown entry &#8216;user&#8217;<br />
[28-Apr-2012 09:28:06] ERROR: failed to load configuration file &#8216;/usr/local/php5/etc/php-fpm.conf&#8217;<br />
[28-Apr-2012 09:28:06] ERROR: FPM initialization failed<br />
[root@centos html]# </p>
<p>[root@centos html]# /etc/rc.d/init.d/php-fpm restart<br />
Gracefully shutting down php-fpm warning, no pid file found &#8211; php-fpm is not running ?<br />
Starting php-fpm [28-Apr-2012 09:28:53] ERROR: [/usr/local/php5/etc/php-fpm.conf:27] unknown entry &#8216;user&#8217;<br />
[28-Apr-2012 09:28:53] ERROR: failed to load configuration file &#8216;/usr/local/php5/etc/php-fpm.conf&#8217;<br />
[28-Apr-2012 09:28:53] ERROR: FPM initialization failed<br />
 failed<br />
[root@centos html]#</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：简单点</title>
		<link>https://www.osyunwei.com/archives/3339.html#comment-460</link>
		<dc:creator>简单点</dc:creator>
		<pubDate>Thu, 12 Apr 2012 08:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=3339#comment-460</guid>
		<description>报错:
mysql: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory

发现没有   libmysqlclient.so.15 只有 libmysqlclient.so.18  怎么修改</description>
		<content:encoded><![CDATA[<p>报错:<br />
mysql: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory</p>
<p>发现没有   libmysqlclient.so.15 只有 libmysqlclient.so.18  怎么修改</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：qihang01</title>
		<link>https://www.osyunwei.com/archives/3339.html#comment-437</link>
		<dc:creator>qihang01</dc:creator>
		<pubDate>Sun, 01 Apr 2012 09:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=3339#comment-437</guid>
		<description>PHP 5.3X 已经不需要单独开启fastcgi了！
集成php-fpm 只要编译的时候开启--enable-fpm就可以了！</description>
		<content:encoded><![CDATA[<p>PHP 5.3X 已经不需要单独开启fastcgi了！<br />
集成php-fpm 只要编译的时候开启&#8211;enable-fpm就可以了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：wade</title>
		<link>https://www.osyunwei.com/archives/3339.html#comment-436</link>
		<dc:creator>wade</dc:creator>
		<pubDate>Sun, 01 Apr 2012 04:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=3339#comment-436</guid>
		<description>您好，请教一个问题啊：
在编译安装php时，是否需要加入--enable-fastcgi ？它会默认为开启该模块吗？
盼回复，感谢。</description>
		<content:encoded><![CDATA[<p>您好，请教一个问题啊：<br />
在编译安装php时，是否需要加入&#8211;enable-fastcgi ？它会默认为开启该模块吗？<br />
盼回复，感谢。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
