<?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编译安装Apache2.4.1+MySQL5.5.21+PHP5.3.10》的评论</title>
	<atom:link href="http://www.osyunwei.com/archives/2696.html/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com/archives/2696.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>作者：scott</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-1872</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 12 May 2014 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-1872</guid>
		<description>正好学习下。</description>
		<content:encoded><![CDATA[<p>正好学习下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：469884736@qq.com</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-1753</link>
		<dc:creator>469884736@qq.com</dc:creator>
		<pubDate>Thu, 13 Feb 2014 08:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-1753</guid>
		<description>非常好，谢谢啦 :razz:</description>
		<content:encoded><![CDATA[<p>非常好，谢谢啦 <img src='https://www.osyunwei.com/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：120455637@qq.com</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-1583</link>
		<dc:creator>120455637@qq.com</dc:creator>
		<pubDate>Tue, 23 Jul 2013 03:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-1583</guid>
		<description>好文，正好用上~~~</description>
		<content:encoded><![CDATA[<p>好文，正好用上~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：411152544</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-1380</link>
		<dc:creator>411152544</dc:creator>
		<pubDate>Mon, 25 Mar 2013 14:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-1380</guid>
		<description>cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DMYSQL_DATADIR=/data/mysql -DSYSCONFDIR=/etc
bash: cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql: 没有那个文件或目录
请教一下博主，我的/usr/local/mysql 已经创建好了，不能进行编译是那个文件夹不对吗？</description>
		<content:encoded><![CDATA[<p>cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DMYSQL_DATADIR=/data/mysql -DSYSCONFDIR=/etc<br />
bash: cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql: 没有那个文件或目录<br />
请教一下博主，我的/usr/local/mysql 已经创建好了，不能进行编译是那个文件夹不对吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：493148735@qq.com</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-1180</link>
		<dc:creator>493148735@qq.com</dc:creator>
		<pubDate>Tue, 20 Nov 2012 18:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-1180</guid>
		<description>博主 我在执行
cmake . -DCMAKE_INSTALL_PREFIX=/USR/LOCAL/MYSQL -DMYSQL_DATADIR=/DATA/MYSQL -DSYSCONFDIR=/etc  时出现

MySQL 5.5.21
-- Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH) 
CMake Error at cmake/readline.cmake:83 (MESSAGE):
  Curses library not found.  Please install appropriate package,

      remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.
Call Stack (most recent call first):
  cmake/readline.cmake:127 (FIND_CURSES)
  cmake/readline.cmake:217 (MYSQL_USE_BUNDLED_LIBEDIT)
  CMakeLists.txt:268 (MYSQL_CHECK_READLINE)


-- Configuring incomplete, errors occurred!

这个错误 请问这是什么原因啊  cmake装了两次还是有这样的提示</description>
		<content:encoded><![CDATA[<p>博主 我在执行<br />
cmake . -DCMAKE_INSTALL_PREFIX=/USR/LOCAL/MYSQL -DMYSQL_DATADIR=/DATA/MYSQL -DSYSCONFDIR=/etc  时出现</p>
<p>MySQL 5.5.21<br />
&#8211; Could NOT find Curses (missing:  CURSES_LIBRARY CURSES_INCLUDE_PATH)<br />
CMake Error at cmake/readline.cmake:83 (MESSAGE):<br />
  Curses library not found.  Please install appropriate package,</p>
<p>      remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.<br />
Call Stack (most recent call first):<br />
  cmake/readline.cmake:127 (FIND_CURSES)<br />
  cmake/readline.cmake:217 (MYSQL_USE_BUNDLED_LIBEDIT)<br />
  CMakeLists.txt:268 (MYSQL_CHECK_READLINE)</p>
<p>&#8211; Configuring incomplete, errors occurred!</p>
<p>这个错误 请问这是什么原因啊  cmake装了两次还是有这样的提示</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：1085757260@qq.com</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-1095</link>
		<dc:creator>1085757260@qq.com</dc:creator>
		<pubDate>Wed, 26 Sep 2012 09:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-1095</guid>
		<description>博主，请教一下，我安装的是apache2.4.3+php5.4.7+mysql5.5.27 编译安装都是成功的
可是apache不能识别php文件</description>
		<content:encoded><![CDATA[<p>博主，请教一下，我安装的是apache2.4.3+php5.4.7+mysql5.5.27 编译安装都是成功的<br />
可是apache不能识别php文件</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aoeiuübpmf</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-853</link>
		<dc:creator>aoeiuübpmf</dc:creator>
		<pubDate>Fri, 10 Aug 2012 15:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-853</guid>
		<description>46 47行等号前后别留空格</description>
		<content:encoded><![CDATA[<p>46 47行等号前后别留空格</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：qihang01</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-738</link>
		<dc:creator>qihang01</dc:creator>
		<pubDate>Fri, 29 Jun 2012 13:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-738</guid>
		<description>apache的运行账号是daemon，所以要把网站目录权限的所有者设置为daemon，否则打开站点提示权限错误</description>
		<content:encoded><![CDATA[<p>apache的运行账号是daemon，所以要把网站目录权限的所有者设置为daemon，否则打开站点提示权限错误</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Kevin</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-735</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 28 Jun 2012 01:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-735</guid>
		<description>我问下博主，为什么要执行下面的命令呢?不执行会怎样?谢谢！

chown  daemon.daemon  -R /usr/local/apache2/htdocs  #更改目录所有者</description>
		<content:encoded><![CDATA[<p>我问下博主，为什么要执行下面的命令呢?不执行会怎样?谢谢！</p>
<p>chown  daemon.daemon  -R /usr/local/apache2/htdocs  #更改目录所有者</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aixiaom</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-556</link>
		<dc:creator>aixiaom</dc:creator>
		<pubDate>Sat, 05 May 2012 07:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-556</guid>
		<description>您好！请问
make #编译 mysql 时候出现问题：
make: *** 没有指明目标并且找不到 makefile。 停止。

是什么原因呢？</description>
		<content:encoded><![CDATA[<p>您好！请问<br />
make #编译 mysql 时候出现问题：<br />
make: *** 没有指明目标并且找不到 makefile。 停止。</p>
<p>是什么原因呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dndn</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-448</link>
		<dc:creator>dndn</dc:creator>
		<pubDate>Sat, 07 Apr 2012 19:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-448</guid>
		<description>还有一个小问题，都安装运行后，发现phpinfo里的GD里没有freetype，网页中无法显示验证码，图片不显示???????</description>
		<content:encoded><![CDATA[<p>还有一个小问题，都安装运行后，发现phpinfo里的GD里没有freetype，网页中无法显示验证码，图片不显示???????</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dndn</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-444</link>
		<dc:creator>dndn</dc:creator>
		<pubDate>Fri, 06 Apr 2012 13:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-444</guid>
		<description>在service mysqld start  #启动 这步之后，提示
/etc/init.d/mysqld:line 46: basedir: command not found
/etc/init.d/mysqld:line 47: datadir: command not found
怎么解决？？？</description>
		<content:encoded><![CDATA[<p>在service mysqld start  #启动 这步之后，提示<br />
/etc/init.d/mysqld:line 46: basedir: command not found<br />
/etc/init.d/mysqld:line 47: datadir: command not found<br />
怎么解决？？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：qihang01</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-443</link>
		<dc:creator>qihang01</dc:creator>
		<pubDate>Thu, 05 Apr 2012 14:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-443</guid>
		<description>编译每一个软件之前，要先进入到软件包的存放目录：cd /usr/local/src</description>
		<content:encoded><![CDATA[<p>编译每一个软件之前，要先进入到软件包的存放目录：cd /usr/local/src</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：我就喜欢</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-441</link>
		<dc:creator>我就喜欢</dc:creator>
		<pubDate>Thu, 05 Apr 2012 08:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-441</guid>
		<description>终于知道什么问题了，可能楼主跟我一样都是懒人，直接复制博主文章的shell命令粘贴到ssh进行编译，可是博主安装apr-util shell之前是没有之前进入/usr/local/src目录的，所以解压命令和安装命令都没有成功运行。根本就没有安装apr-util。</description>
		<content:encoded><![CDATA[<p>终于知道什么问题了，可能楼主跟我一样都是懒人，直接复制博主文章的shell命令粘贴到ssh进行编译，可是博主安装apr-util shell之前是没有之前进入/usr/local/src目录的，所以解压命令和安装命令都没有成功运行。根本就没有安装apr-util。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：我就喜欢</title>
		<link>https://www.osyunwei.com/archives/2696.html#comment-440</link>
		<dc:creator>我就喜欢</dc:creator>
		<pubDate>Thu, 05 Apr 2012 08:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=2696#comment-440</guid>
		<description>我同样遇到楼主的情况，版本我是按足你教程上面的链接下载的。</description>
		<content:encoded><![CDATA[<p>我同样遇到楼主的情况，版本我是按足你教程上面的链接下载的。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
