<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ＦＢＩスタッフblog &#187; redhat</title>
	<atom:link href="http://www.fbicenter.co.jp/blog2/category/systemi/redhat/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fbicenter.co.jp/blog2</link>
	<description>Fukuoka Business Infomation Technology Center</description>
	<lastBuildDate>Tue, 08 May 2012 01:52:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Rubyのインストール</title>
		<link>http://www.fbicenter.co.jp/blog2/2007/10/19/121</link>
		<comments>http://www.fbicenter.co.jp/blog2/2007/10/19/121#comments</comments>
		<pubDate>Fri, 19 Oct 2007 13:19:12 +0000</pubDate>
		<dc:creator>saka</dc:creator>
				<category><![CDATA[redhat]]></category>
		<category><![CDATA[systemi]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://www.fbicenter.co.jp/blog2/2007/10/19/121</guid>
		<description><![CDATA[弊社のSystemiのLPAR環境にはi5/OSの他にRedHatLinuxがインストールされています。 今回はその環境にソースファイルからのRubyインストール備忘録を記したいと思います。 インストールしたRubyのバ [...] [...]]]></description>
			<content:encoded><![CDATA[<p>弊社のSystemiのLPAR環境にはi5/OSの他にRedHatLinuxがインストールされています。</p>
<p>今回はその環境にソースファイルからのRubyインストール備忘録を記したいと思います。</p>
<p>インストールしたRubyのバージョンは1.8.6です。</p>
<p><quickcode noclick>[root@~]# wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6.tar.gz</quickcode></p>
<p>まずソースをRuby公式サイトからダウンロードします。</p>
<p><quickcode noclick>[root@~]# tar xfvz ruby-1.8.6.tar.gz</quickcode></p>
<p>tarで展開しディレクトリを移動します。</p>
<p><quickcode noclick>[root@~]# cd ruby-1.8.6</quickcode></p>
<p>であとはお決まりの呪文で</p>
<p><quickcode noclick>[root@redhat ruby-1.8.6]# ./configure<br />
[root@redhat ruby-1.8.6]# make<br />
[root@redhat ruby-1.8.6]#make install</quickcode></p>
<p>最後に正しくインストールされているか確認します。</p>
<p><quickcode noclick>[root@redhat ruby-1.8.6]# ruby -v<br />
ruby 1.8.6 (2007-03-13 patchlevel 0) [powerpc64-linux]<br />
</quickcode></p>
<p>これで無事インストールが完了しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fbicenter.co.jp/blog2/2007/10/19/121/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

