<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Development memo &#187; Fedora</title>
	<atom:link href="http://officesoya.net/weblog/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://officesoya.net/weblog</link>
	<description>Rough Consensus　And Running code</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:22:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/tag/fedora/feed/" />
		<item>
		<title>fedora6でphpのバージョンアップ[yum]</title>
		<link>http://officesoya.net/weblog/2009/04/05/fedora6%e3%81%a7php%e3%81%ae%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97yum/</link>
		<comments>http://officesoya.net/weblog/2009/04/05/fedora6%e3%81%a7php%e3%81%ae%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97yum/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:23:58 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Fedora Core6]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=145</guid>
		<description><![CDATA[json_encode/decode関数が使いたいため（ｖ5.2以上）phpのバージョンアップが必要となった。
yum update php　でも5.1.6（だったかな？）にしかならず、5.2.X にならなかった。
そこ [...]]]></description>
			<content:encoded><![CDATA[<p>json_encode/decode関数が使いたいため（ｖ5.2以上）phpのバージョンアップが必要となった。<br />
yum update php　でも5.1.6（だったかな？）にしかならず、5.2.X にならなかった。</p>
<p>そこで、</p>
<p>（そのときの作業メモ）<br />
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm<br />
wget http://rpms.famillecollet.com/el5.i386/remi-release-5-4.el5.remi.noarch.rpm<br />
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm<br />
yum &#8211;enablerepo=remi update php</p>
<p>でアップデートできると思っていたがmysqlでエラーが出てしまったので、<br />
yum &#8211;enablerepo=remi update php mysql<br />
としてみたら、うまくいった。</p>
<p>phpのバージョン確認<br />
php -v</p>
<p>あとはアパッチ再起動で完了。<br />
mysqlもバージョンアップとなったが、特に問題なく動作。<br />
意外とすんなりいった。<br />
<a href="http://blog.famillecollet.com/pages/Config-en" target="_blank">http://blog.famillecollet.com/pages/Config-en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2009/04/05/fedora6%e3%81%a7php%e3%81%ae%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2009/04/05/fedora6%e3%81%a7php%e3%81%ae%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97yum/" />
	</item>
		<item>
		<title>Cacheファイルの自動削除　Fedora</title>
		<link>http://officesoya.net/weblog/2008/09/30/fedora_cache/</link>
		<comments>http://officesoya.net/weblog/2008/09/30/fedora_cache/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 10:55:20 +0000</pubDate>
		<dc:creator>soya</dc:creator>
				<category><![CDATA[Fedora Core6]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://officesoya.net/weblog/?p=23</guid>
		<description><![CDATA[vi /etc/cron.daily/tmpwatch
とコマンドをたたき、
 /usr/sbin/tmpwatch 30d /var/tmp
と入力すればよい。
]]></description>
			<content:encoded><![CDATA[<p>vi /etc/cron.daily/tmpwatch</p>
<p>とコマンドをたたき、</p>
<p> /usr/sbin/tmpwatch 30d /var/tmp</p>
<p>と入力すればよい。</p>
]]></content:encoded>
			<wfw:commentRss>http://officesoya.net/weblog/2008/09/30/fedora_cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://officesoya.net/weblog/2008/09/30/fedora_cache/" />
	</item>
	</channel>
</rss>
