<?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>lab.琉結 &#187; server</title>
	<atom:link href="http://lab.ryu-yui.com/archives/category/server/feed" rel="self" type="application/rss+xml" />
	<link>http://lab.ryu-yui.com</link>
	<description>昨日より今日、今日より明日の一歩</description>
	<lastBuildDate>Fri, 30 Jul 2010 08:50:20 +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://lab.ryu-yui.com/archives/category/server/feed" />
		<item>
		<title>pear upgrade、installなんかができない</title>
		<link>http://lab.ryu-yui.com/archives/72.html</link>
		<comments>http://lab.ryu-yui.com/archives/72.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 17:22:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=72</guid>
		<description><![CDATA[				centOS4はpearが標準でインストールされているとか、
				そんでpearでパッケージをインストールしてみる…
				そしたらうまくいかなくて手こずったのでメモメモ
				#pear install [...]]]></description>
			<content:encoded><![CDATA[				<p>centOS4はpearが標準でインストールされているとか、<br />
				そんでpearでパッケージをインストールしてみる…<br />
				そしたらうまくいかなくて手こずったのでメモメモ</p>
				<p>#pear install パッケージ名<br />
				#pear upgrade パッケージ名</p>
				<p>エラーがでてうまくいかないよ…<br />
				HTTP error, got response: HTTP/1.1 410 Gone<br />
				Didn&#8217;t receive 200 OK from remote server. (HTTP/1.1 410 Gone)</p>
				<p>ちょっと調べてみると、どうも標準でインストールされているPEARのバージョンが低いのが問題らしい…orz</p>
				<p>下記のコマンドでできますという記事が複数ありましたのでちょっとやってみる。<br />
				#wget &#8211;proxy=off -O &#8211; -q http://pear.php.net/go-pear | php</p>
				<p>そしたら結局、<br />
				PHP Fatal error: Undefined class name &#8216;pear&#8217; in &#8211; on line 688</p>
				<p>でエラー…</p>
				<p>また振り出しか!?<br />
				むしろ問題増えたか？と思ってましたが、<br />
				さらに調べてみると、どうも強制的にバージョンを上げてあげるとどうにかいけるみたい<br />
				＃pear upgrade &#8211;force http://pear.php.net/get/PEAR-1.3.3<br />
				# pear upgrade &#8211;force http://pear.php.net/get/PEAR-1.4.3</p>
				<p>ここでのみそは、とりあえず1.3.3に強制的にバージョンを上げて、その後に1.4.3に強制的にすることらしい。</p>
				<p>自分の環境では、さらにArchve_Tarのバージョンが低いとエラーが出たので、そいつも一緒にバージョンを上げてあげると後はどうにかなりました！</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/72.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/72.html" />
	</item>
		<item>
		<title>Cent OS 4　php5.2.6にアップデート</title>
		<link>http://lab.ryu-yui.com/archives/70.html</link>
		<comments>http://lab.ryu-yui.com/archives/70.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 17:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[アップデート]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=70</guid>
		<description><![CDATA[				Cent OS 4 　phpを5.2.6にアップデートしようと思う。
				というのも「magento」というOSSを検証してみたいから…
				記事を読んでいるとインストール自体はブラウザーベースで簡単にイ [...]]]></description>
			<content:encoded><![CDATA[				<p>Cent OS 4 　phpを5.2.6にアップデートしようと思う。</p>
				<p>というのも「magento」というOSSを検証してみたいから…</p>
				<p>記事を読んでいるとインストール自体はブラウザーベースで簡単にインストールできそうなのですが、環境を選ぶようです。<br />
				今回はインストールしようとしたらphpのバージョンが低いということでインストールできないのでバージョンアップ。</p>
				<p>yumでアップデートの情報がだいぶあるので、比較的簡単で安心してできるんだろうとやってみたんだけど、やらかしてしまいました。<br />
				<a href="http://remail.jugem.jp/?eid=3" target="_blank">http://remail.jugem.jp/?eid=3</a><br />
				<a href="http://d.hatena.ne.jp/radioboo/20080307/1204876834" target="_blank">http://d.hatena.ne.jp/radioboo/20080307/1204876834 </a></p>
				<p>module関係の読み込みでエラーがでまくり。<br />
				調べてみるとリネイムされたファイルなどがたくさんあるようです。<br />
				これやばくない！？</p>
				<p>ひとつひとつ調べるのが大変だったので、いちどhttpdを削除して最初からphpをインストールし直す事にしました。（httpd.confのバックアップを取っておく事！）</p>
				<blockquote><p>
				yum remove httpd php</p></blockquote>
				<p>インストールし直して、バックアップを元に設定を記述。<br />
				modules関係を確認したけど、全然違うな…</p>
				<p>再起動して確認したけど今のところ問題なし　ホッ</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/70.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/70.html" />
	</item>
		<item>
		<title>PLESK　サブミッションポート（587番ポート）の設定</title>
		<link>http://lab.ryu-yui.com/archives/66.html</link>
		<comments>http://lab.ryu-yui.com/archives/66.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:38:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[PLESK]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=66</guid>
		<description><![CDATA[				PLESKの初期設定ではサブミッションポート（587番ポート）を使用したメールの送信は出来ない設定になっているそうです。
				PLESKの管理画面　サーバー→メール　にて
				「Enable messag [...]]]></description>
			<content:encoded><![CDATA[				<p>PLESKの初期設定ではサブミッションポート（587番ポート）を使用したメールの送信は出来ない設定になっているそうです。</p>
				<p>PLESKの管理画面　サーバー→メール　にて<br />
				「Enable message submission」<br />
				上記の項目にチェックを入れてあげると サブミッションポート（587番ポート）を使用したメールの送信ができました。</p>
				<p>ファイヤーウォールの設定も忘れずに…</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/66.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/66.html" />
	</item>
		<item>
		<title>メール送信でエラーでかえってくる</title>
		<link>http://lab.ryu-yui.com/archives/64.html</link>
		<comments>http://lab.ryu-yui.com/archives/64.html#comments</comments>
		<pubDate>Wed, 29 Jul 2009 06:56:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[server]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://lab.ryu-yui.com/?p=64</guid>
		<description><![CDATA[				メールを送信してもエラーで送信できない。
				エラー内容は下記のような感じ
				config errir：mail loops back to me(MX problem?)
				困った…
				で [...]]]></description>
			<content:encoded><![CDATA[				<p>メールを送信してもエラーで送信できない。<br />
				エラー内容は下記のような感じ</p>
				<p>config errir：mail loops back to me(MX problem?)</p>
				<p>困った…</p>
				<p>でも確認すると、/etc/mail/local-hosts-namesにドメイン名が記載されていないという確率が高いとの記事がありましたので確認…</p>
				<p>本当や！</p>
				<p>追記してあげると問題なく動きました。<br />
				でも今迄は自動でやってくれていたはずなんだけどな…</p>
				<p>とりあえず経過を見てみます…</p>
]]></content:encoded>
			<wfw:commentRss>http://lab.ryu-yui.com/archives/64.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://lab.ryu-yui.com/archives/64.html" />
	</item>
	</channel>
</rss>
