<?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>ビジネスライフプロデューサー橋本雄の技術ブログ &#187; ｓｙｃｋ</title>
	<atom:link href="http://labs.asunochikara.com/tag/%ef%bd%93%ef%bd%99%ef%bd%83%ef%bd%8b/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.asunochikara.com</link>
	<description>技術という言葉に属しそうな情報やライフハック系をまとめています。</description>
	<lastBuildDate>Fri, 27 Jan 2012 14:39:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/tag/%ef%bd%93%ef%bd%99%ef%bd%83%ef%bd%8b/feed/" />
		<item>
		<title>syckをインストール。あれっ！</title>
		<link>http://labs.asunochikara.com/2008/07/syck/</link>
		<comments>http://labs.asunochikara.com/2008/07/syck/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:43:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[ｓｙｃｋ]]></category>

		<guid isPermaLink="false">http://labs.asunochikara.com/?p=17</guid>
		<description><![CDATA[symfonyでは、ymlを使いまくるため、syckをインストールすると早いらしい。と早速インストールしてみると sudo pecl install syck でエラーがでたので、気を取り直して sudo aptitud [...]]]></description>
			<content:encoded><![CDATA[<p>symfonyでは、ymlを使いまくるため、syckをインストールすると早いらしい。と早速インストールしてみると</p>
<pre code="bash">
sudo pecl install syck
</pre>
<p>でエラーがでたので、気を取り直して</p>
<pre code="bash">
sudo aptitude install re2c
sudo pecl install syck
</pre>
<p>これも駄目。<br />
おかしいなあと思いつつ、</p>
<pre code="bash">
sudo aptitude search syck
</pre>
<p>とすると正解が。<br />
なんと</p>
<pre code="bash">
sudo aptitude install php5-syck
</pre>
<p>でした。</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.asunochikara.com/2008/07/syck/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/2008/07/syck/" />
	</item>
	</channel>
</rss>

