<?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>[Ubuntu][MySQL] Ubuntu+Senna+MySQLで全文検索エンジンの設定 へのコメント</title>
	<atom:link href="http://wadslab.net/2008/06/ubuntu-senna-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://wadslab.net/2008/06/ubuntu-senna-mysql/</link>
	<description>いろいろ準備中</description>
	<lastBuildDate>Tue, 06 Sep 2011 04:49:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Mario より</title>
		<link>http://wadslab.net/2008/06/ubuntu-senna-mysql/comment-page-1/#comment-106</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 28 Dec 2009 11:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/06/ubuntu/#comment-106</guid>
		<description>説明が素晴らしくて助かりました！

先ほどコメントをまとめていた間に「Submit」を押してしまいました。

Ubuntu9.10をインストールした直後の状態で、mecab0.98+senna1.1.4+tritonn1.0.12-mysql5.0.87をインストールしながら、以下のような問題が発生しました：

checking for termcap functions library… configure: error: No curses/termcap library found

と出ったら、以下を実行して、再度Configureする
sudo apt-get install libncurses5-dev

そして、以下のようなエラーが出ったら
configure: error: Could not find system readline or libedit libraries
Use –with-readline or –with-libedit to use the bundled
versions of libedit or readline

これを実行して、再度Configureする
sudo apt-get install libreadline6-dev

最後は、以下のようなものが出ったら
sed ‘/^#/ s&#124;y\.tab\.c&#124;sql_yacc.cc&#124;’ y.tab.c &gt;sql_yacc.cct &amp;&amp; mv sql_yacc.cct sql_yacc.cc
sed: can’t read y.tab.c: No such file or directory
make[2]: *** [sql_yacc.cc] Error 2

sudo apt-get install bison
を実行して、再度Configureする

以上です。</description>
		<content:encoded><![CDATA[<p>説明が素晴らしくて助かりました！</p>
<p>先ほどコメントをまとめていた間に「Submit」を押してしまいました。</p>
<p>Ubuntu9.10をインストールした直後の状態で、mecab0.98+senna1.1.4+tritonn1.0.12-mysql5.0.87をインストールしながら、以下のような問題が発生しました：</p>
<p>checking for termcap functions library… configure: error: No curses/termcap library found</p>
<p>と出ったら、以下を実行して、再度Configureする<br />
sudo apt-get install libncurses5-dev</p>
<p>そして、以下のようなエラーが出ったら<br />
configure: error: Could not find system readline or libedit libraries<br />
Use –with-readline or –with-libedit to use the bundled<br />
versions of libedit or readline</p>
<p>これを実行して、再度Configureする<br />
sudo apt-get install libreadline6-dev</p>
<p>最後は、以下のようなものが出ったら<br />
sed ‘/^#/ s|y\.tab\.c|sql_yacc.cc|’ y.tab.c &gt;sql_yacc.cct &amp;&amp; mv sql_yacc.cct sql_yacc.cc<br />
sed: can’t read y.tab.c: No such file or directory<br />
make[2]: *** [sql_yacc.cc] Error 2</p>
<p>sudo apt-get install bison<br />
を実行して、再度Configureする</p>
<p>以上です。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Mario より</title>
		<link>http://wadslab.net/2008/06/ubuntu-senna-mysql/comment-page-1/#comment-105</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 28 Dec 2009 11:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/06/ubuntu/#comment-105</guid>
		<description>checking for termcap functions library... configure: error: No curses/termcap library found

sudo apt-get install libncurses5-dev

configure: error: Could not find system readline or libedit libraries
          Use --with-readline or --with-libedit to use the bundled
          versions of libedit or readline

sudo apt-get install libreadline6-dev

sed &#039;/^#/ s&#124;y\.tab\.c&#124;sql_yacc.cc&#124;&#039; y.tab.c &gt;sql_yacc.cct &amp;&amp; mv sql_yacc.cct sql_yacc.cc
sed: can&#039;t read y.tab.c: No such file or directory
make[2]: *** [sql_yacc.cc] Error 2</description>
		<content:encoded><![CDATA[<p>checking for termcap functions library&#8230; configure: error: No curses/termcap library found</p>
<p>sudo apt-get install libncurses5-dev</p>
<p>configure: error: Could not find system readline or libedit libraries<br />
          Use &#8211;with-readline or &#8211;with-libedit to use the bundled<br />
          versions of libedit or readline</p>
<p>sudo apt-get install libreadline6-dev</p>
<p>sed &#8216;/^#/ s|y\.tab\.c|sql_yacc.cc|&#8217; y.tab.c &gt;sql_yacc.cct &amp;&amp; mv sql_yacc.cct sql_yacc.cc<br />
sed: can&#8217;t read y.tab.c: No such file or directory<br />
make[2]: *** [sql_yacc.cc] Error 2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

