<?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>wadsのblog へのコメント</title>
	<atom:link href="http://wadslab.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wadslab.net</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.1.2</generator>
	<item>
		<title>pc.casey.jp » OpenX 2.8.2 – オープンソース広告配信システム 日本語標準対応 より [OpenX] OpenAds（OpenX）で広告管理をする-インストール編 へのコメント</title>
		<link>http://wadslab.net/2008/01/openads/comment-page-1/#comment-120</link>
		<dc:creator>pc.casey.jp » OpenX 2.8.2 – オープンソース広告配信システム 日本語標準対応</dc:creator>
		<pubDate>Tue, 06 Sep 2011 04:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/01/openads/#comment-120</guid>
		<description>[...] wadsのblog » Blog Archive » [OpenX] OpenAds（OpenX）で広告管理をする-インストール編 : http://wadslab.net/2008/01/openads/ [...]</description>
		<content:encoded><![CDATA[<p>[...] wadsのblog » Blog Archive » [OpenX] OpenAds（OpenX）で広告管理をする-インストール編 : <a href="http://wadslab.net/2008/01/openads/" rel="nofollow">http://wadslab.net/2008/01/openads/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Mario より [Ubuntu][MySQL] Ubuntu+Senna+MySQLで全文検索エンジンの設定 へのコメント</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 より [Ubuntu][MySQL] Ubuntu+Senna+MySQLで全文検索エンジンの設定 へのコメント</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>
	<item>
		<title>Wolf69 より [OpenX] OpenAds(OpenX)クイックスタート へのコメント</title>
		<link>http://wadslab.net/2008/02/openads-4/comment-page-1/#comment-104</link>
		<dc:creator>Wolf69</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/02/openads-4/#comment-104</guid>
		<description>As far as the public option versus a price ceiling goes, the public option is probably more politically feasible. ,</description>
		<content:encoded><![CDATA[<p>As far as the public option versus a price ceiling goes, the public option is probably more politically feasible. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>driver32 より [OpenX] OpenAds(OpenX)クイックスタート へのコメント</title>
		<link>http://wadslab.net/2008/02/openads-4/comment-page-1/#comment-103</link>
		<dc:creator>driver32</dc:creator>
		<pubDate>Tue, 13 Oct 2009 09:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/02/openads-4/#comment-103</guid>
		<description>Conclusion   Though the implementation and use of biodiesel in the United States are significant steps forward, it is critical to understand that biodiesel is only a partial solution to our fuel problem. ,</description>
		<content:encoded><![CDATA[<p>Conclusion   Though the implementation and use of biodiesel in the United States are significant steps forward, it is critical to understand that biodiesel is only a partial solution to our fuel problem. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>kimoto より Perlでモジュールを動的にロードする へのコメント</title>
		<link>http://wadslab.net/2009/06/perl/comment-page-1/#comment-100</link>
		<dc:creator>kimoto</dc:creator>
		<pubDate>Sat, 18 Jul 2009 04:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/?p=436#comment-100</guid>
		<description>実行時にモジュールを読み込みたい場合は
require Class::Foo;
です。

クラス名を変数にしたい場合は

my $class = &quot;Class::Foo&quot;;
eval &quot;use $class&quot;;
die $@ if $@;

のようにします。
モジュールが読み込めなかった場合などのエラー処理は加えておいたほうが良いと思います。</description>
		<content:encoded><![CDATA[<p>実行時にモジュールを読み込みたい場合は<br />
require Class::Foo;<br />
です。</p>
<p>クラス名を変数にしたい場合は</p>
<p>my $class = &#8220;Class::Foo&#8221;;<br />
eval &#8220;use $class&#8221;;<br />
die $@ if $@;</p>
<p>のようにします。<br />
モジュールが読み込めなかった場合などのエラー処理は加えておいたほうが良いと思います。</p>
]]></content:encoded>
	</item>
	<item>
		<title>wads より [勉強会] ZendFramework勉強会@Tokyo で話してきました へのコメント</title>
		<link>http://wadslab.net/2009/04/zend-framework-study/comment-page-1/#comment-99</link>
		<dc:creator>wads</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/?p=267#comment-99</guid>
		<description>satoruyoshida さん

英語が苦手ですが、がんばってプロポーサルしてみようと思います!まずはCLAの提出からですね。</description>
		<content:encoded><![CDATA[<p>satoruyoshida さん</p>
<p>英語が苦手ですが、がんばってプロポーサルしてみようと思います!まずはCLAの提出からですね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>tomboy より [OpenX] OpenX(OpenAds) キャンペーンの設定　後編 へのコメント</title>
		<link>http://wadslab.net/2008/03/openads-7/comment-page-1/#comment-98</link>
		<dc:creator>tomboy</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/03/openxopenads-%e3%82%ad%e3%83%a3%e3%83%b3%e3%83%9a%e3%83%bc%e3%83%b3%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%80%80%e5%be%8c%e7%b7%a8/#comment-98</guid>
		<description>連投すみません。
ちなみに、配信オプションの　hour of dayのような、特定の時間帯だけ配信可否の設定ではなく、
月曜日の10：00から次の週の月曜日の10：00まで。
といった感じです。。</description>
		<content:encoded><![CDATA[<p>連投すみません。<br />
ちなみに、配信オプションの　hour of dayのような、特定の時間帯だけ配信可否の設定ではなく、<br />
月曜日の10：00から次の週の月曜日の10：00まで。<br />
といった感じです。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>tomboy より [OpenX] OpenX(OpenAds) キャンペーンの設定　後編 へのコメント</title>
		<link>http://wadslab.net/2008/03/openads-7/comment-page-1/#comment-97</link>
		<dc:creator>tomboy</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/2008/03/openxopenads-%e3%82%ad%e3%83%a3%e3%83%b3%e3%83%9a%e3%83%bc%e3%83%b3%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%80%80%e5%be%8c%e7%b7%a8/#comment-97</guid>
		<description>こんばんわ。ネットでふらふらとしていたら偶然発見していきなりご質問で恐縮なのですが、、、
openxを自分のサイトに導入して広告を管理しているのですが、、最近日付の配信設定ではなく、
O月X日の10:00～　O&quot;月X&quot;日の10：00
というような具合で時間も含めた設定が必要になってきました。


いろいろと調べてみたのですが、情報がなく、、
もしお分かりになりましたら教えていただけますと助かります、、、申し訳ございません。</description>
		<content:encoded><![CDATA[<p>こんばんわ。ネットでふらふらとしていたら偶然発見していきなりご質問で恐縮なのですが、、、<br />
openxを自分のサイトに導入して広告を管理しているのですが、、最近日付の配信設定ではなく、<br />
O月X日の10:00～　O&#8221;月X&#8221;日の10：00<br />
というような具合で時間も含めた設定が必要になってきました。</p>
<p>いろいろと調べてみたのですが、情報がなく、、<br />
もしお分かりになりましたら教えていただけますと助かります、、、申し訳ございません。</p>
]]></content:encoded>
	</item>
	<item>
		<title>satoruyoshida より [勉強会] ZendFramework勉強会@Tokyo で話してきました へのコメント</title>
		<link>http://wadslab.net/2009/04/zend-framework-study/comment-page-1/#comment-95</link>
		<dc:creator>satoruyoshida</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://wadslab.net/?p=267#comment-95</guid>
		<description>Webサーバーの種類がApacheじゃない、とか、運用上、設定ファイルを変更できない、という場合に役立つと思います。当日もプロポーザルお勧めしましたが、これは受けるとおもいますよ</description>
		<content:encoded><![CDATA[<p>Webサーバーの種類がApacheじゃない、とか、運用上、設定ファイルを変更できない、という場合に役立つと思います。当日もプロポーザルお勧めしましたが、これは受けるとおもいますよ</p>
]]></content:encoded>
	</item>
</channel>
</rss>

