<?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.3下编译安装Ruby 2.0》的评论</title>
	<atom:link href="http://www.showerlee.com/archives/1123/feed" rel="self" type="application/rss+xml" />
	<link>http://www.showerlee.com/archives/1123</link>
	<description>与你共同学习运维开发</description>
	<lastBuildDate>Tue, 09 Feb 2021 11:37:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>作者：Redis 集群搭建与连接 – 53IT</title>
		<link>http://www.showerlee.com/archives/1123/comment-page-1#comment-12876</link>
		<dc:creator>Redis 集群搭建与连接 – 53IT</dc:creator>
		<pubDate>Mon, 19 Jun 2017 07:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1123#comment-12876</guid>
		<description><![CDATA[[&#8230;] 使用gcc编译安装请见：http://www.showerlee.com/archives/1123 [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] 使用gcc编译安装请见：http://www.showerlee.com/archives/1123 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：showerlee</title>
		<link>http://www.showerlee.com/archives/1123/comment-page-1#comment-9427</link>
		<dc:creator>showerlee</dc:creator>
		<pubDate>Fri, 21 Aug 2015 05:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1123#comment-9427</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-9402&quot; rel=&quot;nofollow&quot;&gt;@zong&lt;/a&gt; 应该是RUBY的依赖问题,试试这个
yum install patch gcc-c++ make bzip2 autoconf automake libtool bison iconv-devel readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel
然后去编译目录make clean, 重新编译一遍.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-9402" rel="nofollow">@zong</a> 应该是RUBY的依赖问题,试试这个<br />
yum install patch gcc-c++ make bzip2 autoconf automake libtool bison iconv-devel readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel<br />
然后去编译目录make clean, 重新编译一遍.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zong</title>
		<link>http://www.showerlee.com/archives/1123/comment-page-1#comment-9402</link>
		<dc:creator>zong</dc:creator>
		<pubDate>Fri, 14 Aug 2015 12:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1123#comment-9402</guid>
		<description><![CDATA[一楼的问题我也遇到了，怎么解决的呢？]]></description>
		<content:encoded><![CDATA[<p>一楼的问题我也遇到了，怎么解决的呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Torres</title>
		<link>http://www.showerlee.com/archives/1123/comment-page-1#comment-6341</link>
		<dc:creator>Torres</dc:creator>
		<pubDate>Mon, 24 Nov 2014 12:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1123#comment-6341</guid>
		<description><![CDATA[按照你的方法，编译ruby报错

ossl_pkey_ec.c:1: error: expected identifier or ‘(’ before ‘&lt;’ token
ossl_pkey_ec.c:5: error: expected identifier or ‘(’ before ‘)’ token
ossl_pkey_ec.c:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
ossl_pkey_ec.c:5: error: expected identifier or ‘(’ before ‘&lt;’ token
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘)’ token
ossl_pkey_ec.c:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘)’ token
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘{’ token
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘&lt;’ token
ossl_pkey_ec.c:12:11: warning: character constant too long for its type
ossl_pkey_ec.c:12:32: warning: character constant too long for its type
ossl_pkey_ec.c:20:47: warning: character constant too long for its type
ossl_pkey_ec.c:20: error: expected identifier or ‘(’ before ‘)’ token
ossl_pkey_ec.c:22: error: expected identifier or ‘(’ before ‘&lt;’ token
ossl_pkey_ec.c:96:3: warning: character constant too long for its type
ossl_pkey_ec.c:98: error: expected identifier or ‘(’ before ‘&lt;’ token
ossl_pkey_ec.c:111: error: expected identifier or ‘(’ before numeric constant
make[2]: *** [ossl_pkey_ec.o] Error 1
make[2]: Leaving directory `/data/soft/ruby-2.0.0-p247/ext/openssl&#039;
make[1]: *** [ext/openssl/all] Error 2
make[1]: Leaving directory `/data/soft/ruby-2.0.0-p247&#039;
make: *** [build-ext] Error 2]]></description>
		<content:encoded><![CDATA[<p>按照你的方法，编译ruby报错</p>
<p>ossl_pkey_ec.c:1: error: expected identifier or ‘(’ before ‘&lt;’ token<br />
ossl_pkey_ec.c:5: error: expected identifier or ‘(’ before ‘)’ token<br />
ossl_pkey_ec.c:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token<br />
ossl_pkey_ec.c:5: error: expected identifier or ‘(’ before ‘&lt;’ token<br />
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘)’ token<br />
ossl_pkey_ec.c:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token<br />
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘)’ token<br />
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘{’ token<br />
ossl_pkey_ec.c:6: error: expected identifier or ‘(’ before ‘&lt;’ token<br />
ossl_pkey_ec.c:12:11: warning: character constant too long for its type<br />
ossl_pkey_ec.c:12:32: warning: character constant too long for its type<br />
ossl_pkey_ec.c:20:47: warning: character constant too long for its type<br />
ossl_pkey_ec.c:20: error: expected identifier or ‘(’ before ‘)’ token<br />
ossl_pkey_ec.c:22: error: expected identifier or ‘(’ before ‘&lt;’ token<br />
ossl_pkey_ec.c:96:3: warning: character constant too long for its type<br />
ossl_pkey_ec.c:98: error: expected identifier or ‘(’ before ‘&lt;’ token<br />
ossl_pkey_ec.c:111: error: expected identifier or ‘(’ before numeric constant<br />
make[2]: *** [ossl_pkey_ec.o] Error 1<br />
make[2]: Leaving directory `/data/soft/ruby-2.0.0-p247/ext/openssl&#039;<br />
make[1]: *** [ext/openssl/all] Error 2<br />
make[1]: Leaving directory `/data/soft/ruby-2.0.0-p247&#039;<br />
make: *** [build-ext] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：CentOS6.3下GitLab+Nginx(SSL)+MySQL+Ruby安装部署 &#124; 我是程序员</title>
		<link>http://www.showerlee.com/archives/1123/comment-page-1#comment-5797</link>
		<dc:creator>CentOS6.3下GitLab+Nginx(SSL)+MySQL+Ruby安装部署 &#124; 我是程序员</dc:creator>
		<pubDate>Fri, 29 Aug 2014 17:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1123#comment-5797</guid>
		<description><![CDATA[[&#8230;] 传送门: http://www.showerlee.com/archives/1123 [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] 传送门: http://www.showerlee.com/archives/1123 [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
