<?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>CentOSにFlareをインストールする為のSRPMを作成しました。 へのコメント</title>
	<atom:link href="http://blog.veryposi.info/server/server-setup/centos-flare-srpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.veryposi.info/server/server-setup/centos-flare-srpm/</link>
	<description>PHP,JavaScriptやサーバーの設定などのプログラミングに関する情報をバリ・ポジティブに発信しているプログラマのブログ、『バリ・ポジ』</description>
	<lastBuildDate>Tue, 26 Jun 2012 17:50:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>rekoo より</title>
		<link>http://blog.veryposi.info/server/server-setup/centos-flare-srpm/comment-page-1/#comment-3402</link>
		<dc:creator>rekoo</dc:creator>
		<pubDate>Thu, 17 Feb 2011 09:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veryposi.info/?p=1269#comment-3402</guid>
		<description>ください。:
1.yum install boost
2.yum install boost-devel</description>
		<content:encoded><![CDATA[<p>ください。:<br />
1.yum install boost<br />
2.yum install boost-devel</p>
]]></content:encoded>
	</item>
	<item>
		<title>gensan より</title>
		<link>http://blog.veryposi.info/server/server-setup/centos-flare-srpm/comment-page-1/#comment-168</link>
		<dc:creator>gensan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veryposi.info/?p=1269#comment-168</guid>
		<description>boostのインストールがデフォルトインストールしているようなので、
./configure --with-boost=/usr/lib64
--with-tokyocabinet=/usr/local/tokyocabinet --prefix=/usr/local/flare

ではなく、
./configure --with-tokyocabinet=/usr/local/tokyocabinet
--prefix=/usr/local/flare
でインストールしてみてはどうでしょうか？</description>
		<content:encoded><![CDATA[<p>boostのインストールがデフォルトインストールしているようなので、<br />
./configure &#8211;with-boost=/usr/lib64<br />
&#8211;with-tokyocabinet=/usr/local/tokyocabinet &#8211;prefix=/usr/local/flare</p>
<p>ではなく、<br />
./configure &#8211;with-tokyocabinet=/usr/local/tokyocabinet<br />
&#8211;prefix=/usr/local/flare<br />
でインストールしてみてはどうでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>centkun より</title>
		<link>http://blog.veryposi.info/server/server-setup/centos-flare-srpm/comment-page-1/#comment-167</link>
		<dc:creator>centkun</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veryposi.info/?p=1269#comment-167</guid>
		<description>返信どうもありがとうございます。

# ./configure --with-tokyocabinet=/usr/local/tokyocabinet
--prefix=/usr/local/flare
で試してみたところ、うまくいきました！
助かりました。どうもありがとうございます。m(_ _)m</description>
		<content:encoded><![CDATA[<p>返信どうもありがとうございます。</p>
<p># ./configure &#8211;with-tokyocabinet=/usr/local/tokyocabinet<br />
&#8211;prefix=/usr/local/flare<br />
で試してみたところ、うまくいきました！<br />
助かりました。どうもありがとうございます。m(_ _)m</p>
]]></content:encoded>
	</item>
	<item>
		<title>centkun より</title>
		<link>http://blog.veryposi.info/server/server-setup/centos-flare-srpm/comment-page-1/#comment-161</link>
		<dc:creator>centkun</dc:creator>
		<pubDate>Wed, 24 Jun 2009 11:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.veryposi.info/?p=1269#comment-161</guid>
		<description>CentOS4.7にflareをインストールしようとしています。
手順的にはGreelabのHPと同様に進めてきたのですが、
GreeLab:http://labs.gree.jp/Top/OpenSource/Flare/Document/Installation.html

# ./configure --with-boost=/usr/lib64/libboost* --with-tokyocabinet=/usr/local/tokyocabinet --prefix=/usr/local/flare

Flareのインストールのconfigureでこけます。。
with-boostのオプション指定が違うのだろうと思い、/usr/lib64以下に指定してみたのですがうまくいかず。


実行結果は以下の通りです。

# rpm -ql boost
/usr/lib64/libboost_date_time.so.1.32.0
...(略)

# ./configure --with-boost=/usr/lib64 --with-tokyocabinet=/usr/local/tokyocabinet --prefix=/usr/local/flare
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for main in -lboost_program_options... no
checking for main in -lboost_program_options-mt... no
configure: error: boost_program_options not found


RPMまで作られた方なら、もしかして何かご存じかもしれないと思い投稿しました。
ご教授いただけたらうれしいです。よろしくお願いいたします。</description>
		<content:encoded><![CDATA[<p>CentOS4.7にflareをインストールしようとしています。<br />
手順的にはGreelabのHPと同様に進めてきたのですが、<br />
GreeLab:<a href="http://labs.gree.jp/Top/OpenSource/Flare/Document/Installation.html" rel="nofollow">http://labs.gree.jp/Top/OpenSource/Flare/Document/Installation.html</a></p>
<p># ./configure &#8211;with-boost=/usr/lib64/libboost* &#8211;with-tokyocabinet=/usr/local/tokyocabinet &#8211;prefix=/usr/local/flare</p>
<p>Flareのインストールのconfigureでこけます。。<br />
with-boostのオプション指定が違うのだろうと思い、/usr/lib64以下に指定してみたのですがうまくいかず。</p>
<p>実行結果は以下の通りです。</p>
<p># rpm -ql boost<br />
/usr/lib64/libboost_date_time.so.1.32.0<br />
&#8230;(略)</p>
<p># ./configure &#8211;with-boost=/usr/lib64 &#8211;with-tokyocabinet=/usr/local/tokyocabinet &#8211;prefix=/usr/local/flare<br />
checking for a BSD-compatible install&#8230; /usr/bin/install -c<br />
checking whether build environment is sane&#8230; yes<br />
checking for a thread-safe mkdir -p&#8230; /bin/mkdir -p<br />
checking for gawk&#8230; gawk<br />
checking whether make sets $(MAKE)&#8230; yes<br />
checking build system type&#8230; x86_64-unknown-linux-gnu<br />
checking host system type&#8230; x86_64-unknown-linux-gnu<br />
checking for g++&#8230; g++<br />
checking for C++ compiler default output file name&#8230; a.out<br />
checking whether the C++ compiler works&#8230; yes<br />
checking whether we are cross compiling&#8230; no<br />
checking for suffix of executables&#8230;<br />
checking for suffix of object files&#8230; o<br />
checking whether we are using the GNU C++ compiler&#8230; yes<br />
checking whether g++ accepts -g&#8230; yes<br />
checking for style of include used by make&#8230; GNU<br />
checking dependency style of g++&#8230; gcc3<br />
checking for gcc&#8230; gcc<br />
checking whether we are using the GNU C compiler&#8230; yes<br />
checking whether gcc accepts -g&#8230; yes<br />
checking for gcc option to accept ISO C89&#8230; none needed<br />
checking dependency style of gcc&#8230; gcc3<br />
checking for ranlib&#8230; ranlib<br />
checking for main in -lboost_program_options&#8230; no<br />
checking for main in -lboost_program_options-mt&#8230; no<br />
configure: error: boost_program_options not found</p>
<p>RPMまで作られた方なら、もしかして何かご存じかもしれないと思い投稿しました。<br />
ご教授いただけたらうれしいです。よろしくお願いいたします。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.veryposi.info @ 2026-04-22 15:39:31 -->