<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Blogのようなもの</title>
        <link>http://www.b-dash.net/weblog/tanikin/</link>
        <description>solaris x86やその他いろいろ ・このサイトについて</description>
        <language>ja</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Tue, 23 Sep 2008 17:30:50 +0900</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>英辞郎第四版</title>
            <description><![CDATA[<p>英辞郎は初代書籍版をずっと使い続けていたが、<br />
第四版が出ていたので<a href="http://www.amazon.co.jp/%E8%8B%B1%E8%BE%9E%E9%83%8E-%E7%AC%AC%E5%9B%9B%E7%89%88/dp/4757414560">amazonで購入</a>。</p>

<p>この手の辞書では、<a href="http://homepage3.nifty.com/TaN/">PIDIC</a>＋英辞郎がやっぱり最強だと思う。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.b-dash.net/weblog/tanikin/2008/09/23/20080923001.JPG"><img alt="20080923001.JPG" src="http://www.b-dash.net/weblog/tanikin/assets_c/2008/09/20080923001-thumb-120x160.jpg" width="120" height="160" class="mt-image-none" style="" /></a></span></p>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/09/post-12.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/09/post-12.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">other</category>
            
            
            <pubDate>Tue, 23 Sep 2008 17:30:50 +0900</pubDate>
        </item>
        
        <item>
            <title>clamav-0.94</title>
            <description><![CDATA[<a href="http://www.clamav.net/">clamav-0.94</a>がリリースされていました。

<br><br>
<a href="http://lurker.clamav.net/message/20080902.154137.289f280b.en.html">[Clamav-announce] announcing ClamAV 0.94</a>
<br><br>
./configure --enable-experimental にてインストール後<br>
clamd.confに以下の行を追加すると、heuristic anti-phishing scanner エンジンが有効になる<br>
※clamd.confが新しくなっているが、デフォルトはnoなので#を外して有効にする
<div id="pretext">
 <pre>

HeuristicScanPrecedence yes
</pre>
</div>

clamd再起動後clamd.logに以下の行が出力されている事を確認<br>
<div id="pretext">
 <pre>

 -> Heuristic: precedence enabled
</pre>
</div>

]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/09/clamav-094.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/09/clamav-094.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Tue, 09 Sep 2008 23:44:29 +0900</pubDate>
        </item>
        
        <item>
            <title>WZ EDITOR 6.0</title>
            <description><![CDATA[<p>WZエディタが6.0にバージョンアップされるそうな</p>

<p><a href="http://www.wzsoft.jp/wz6/">http://www.wzsoft.jp/wz6/</a></p>

<p>> WZ6.0はWZ5.0のバージョンアップ版ではなく、１から開発した別のソフトウェアです。<br />
> 若干の細かい点でWZ5.0と差異がありますが、可能な限りWZ5.0の使い勝手は継承しております。</p>

<p>だそうです。</p>

<p>WZ5.0からWZ6.0はずいぶん長かったですが、<br />
WZ6.0プレビュー初版(08/07/28)からはすごいスピードでの更新状態(*_*)<br />
<a href="http://www.wzsoft.jp/wz6/verup/index.html">http://www.wzsoft.jp/wz6/verup/index.html</a></p>

<p>自分も要望出したら、即反映された。（脱帽）</p>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/08/wz-editor-60.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/08/wz-editor-60.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">other</category>
            
            
            <pubDate>Sat, 23 Aug 2008 17:12:28 +0900</pubDate>
        </item>
        
        <item>
            <title>clamav-0.93</title>
            <description><![CDATA[0.93 がstable release になっていたので、アップデートするが<br>
ERROR: Not supported data format<br>
というエラーで、起動しない。<br>
<br>
一度freshclam動かせばいいのね。<br><br>

[gcc 3.4.3]で64bit
<div id="pretext">
 <pre>
$ CFLAGS="-O3 -m64" \
LDFLAGS="-L/usr/local/lib -L/usr/sfw/lib/amd64 -R/usr/local/lib -R/usr/sfw/lib/amd64" \
CPPFLAGS="-I/usr/local/include -I/usr/sfw/include" \
./configure

$ make
$ make check
$ su
# make install
</pre>
</div>




]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/04/clamav093.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/04/clamav093.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Thu, 24 Apr 2008 22:21:51 +0900</pubDate>
        </item>
        
        <item>
            <title>maildrop-2.0.4</title>
            <description><![CDATA[maildrop の64bitコンパイル。[gcc 3.4.3]<br>
<br>
--enable-maildirquotaとするとlibgcc_s.soがないって怒られたので、リンクする。<br>
<div id="pretext">
 <pre>
# cd /usr/sfw/lib/amd64
# ln -s libgcc_s.so.1 libgcc_s.so
</pre>
</div>
インストール
<div id="pretext">
 <pre>
$ CPPFLAGS="-I/usr/local/include -I/usr/sfw/include" \
LDFLAGS="-R/usr/local/lib -R/usr/sfw/lib/amd64 -L/usr/local/lib -L/usr/sfw/lib/amd64" \
CC="/usr/sfw/bin/gcc -m64" \
CXX="/usr/sfw/bin/g++ -m64" ./configure --enable-maildirquota

$ make
$ su
# make install-strip
# make install-man
</pre>
</div>


]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/02/maildrop204.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/02/maildrop204.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sat, 23 Feb 2008 12:19:42 +0900</pubDate>
        </item>
        
        <item>
            <title>php-5.2.5</title>
            <description><![CDATA[
[SunStudio 12]で64bit<br>

<div id="pretext">
 <pre>
CC="/opt/SUNWspro/bin/cc -fast -m64" \
CXX="/opt/SUNWspro/bin/CC -fast -m64" \
CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include \
-I/usr/sfw/include -I/usr/local/mysql/include/mysql -I/usr/openwin/include" \
LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -L/usr/sfw/lib/64  \
-L/usr/local/mysql/lib/mysql -R/usr/local/lib -R/usr/local/ssl/lib \
-R/usr/sfw/lib/64  -R/usr/local/mysql/lib/mysql" \
 ./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql \
--enable-zend-multibyte \
--enable-mbstring \
--enable-mbregex \
--with-openssl-dir=/usr/local/ssl \
--with-gd \
--enable-gd-jis-conv \
--enable-gd-native-ttf \
--with-zlib-dir=/usr/lib/64 \
--with-gettext=/usr/lib/64 \
--with-jpeg-dir=/usr/lib/64 \
--with-png-dir=/usr/lib/64 \
--with-xpm-dir=/usr/openwin/lib/64 \
--with-pear \
--with-freetype-dir=/usr/local/lib \
--enable-sockets

$ make
$ su
# make install
</pre>
</div>
]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/02/php525.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/02/php525.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 03 Feb 2008 17:16:23 +0900</pubDate>
        </item>
        
        <item>
            <title>freetype-2.3.5</title>
            <description><![CDATA[PHPを64bitでmakeするために導入<br>
<br>
gcc-3.4.3 で64bit
<div id="pretext">
 <pre>
CC="/usr/sfw/bin/gcc -m64" \
CXX="/usr/sfw/bin/g++ -m64" \
LDFLAGS="-L/usr/local/lib -L/usr/sfw/lib/64 -R/usr/local/lib -R/usr/sfw/lib/64 " \
./configure

$ make setup
$ su
# make install
</pre>
</div>
]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/02/freetype235.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/02/freetype235.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 03 Feb 2008 17:10:38 +0900</pubDate>
        </item>
        
        <item>
            <title>httpd-2.0.61</title>
            <description><![CDATA[[SunStudio 12]で64bit<br>
<div id="pretext">
 <pre>
CC="/opt/SUNWspro/bin/cc -fast -m64" \
CXX="/opt/SUNWspro/bin/CC -fast -m64" \
CPPFLAGS="-I/usr/local/ssl/include" \
LDFLAGS="-L/usr/local/ssl/lib -R/usr/local/ssl/lib" \
 ./configure --enable-so --with-ssl=/usr/local/ssl --enable-ssl=shared \
 --enable-rule=SHARED_CORE --enable-rewrite=shared 

$ make
$ su
# make install
</pre>
</div>

]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/02/httpd2061.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/02/httpd2061.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 03 Feb 2008 16:29:14 +0900</pubDate>
        </item>
        
        <item>
            <title>sed-4.1.5</title>
            <description><![CDATA[GNUのsedでないといかんこともあるので入れておく。<br>
<br>
solaris10ではそのままsed-4.1.5がmakeできないのは困った話。
<br><br>
いったんsed-4.1.4をインストール
<div id="pretext">
 <pre>
$ ./configure
$ make
$ su
# make install
</pre>
</div>
<br>
その後sed-4.1.5を展開しlib/regexec.cを編集<br>
1行目（コピーライトの後ろでよい）に#include &lt;stdbool.h&gt;を挿入<br>
<br>
SunStudioでは失敗するので、gccで64bit
<div id="pretext">
 <pre>
$ CC="/usr/sfw/bin/gcc -O3 -m64" \
 ./configure
$ make
$ su
# make install
</pre>
</div>






]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/01/sed415.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/01/sed415.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Tue, 29 Jan 2008 20:43:09 +0900</pubDate>
        </item>
        
        <item>
            <title>GMP 4.2.2</title>
            <description><![CDATA[うおぉぉぉ、知らないうちにGMP 4.2.2が出てる<br>
http://gmplib.org/<br>
<br>
NEWS<br>
<br>
 Features:<br>
  * New support for x86_64-solaris<br>

<br>
んで、solaris x86-64bitで、コンパイルできるようになった。
<br><br>
何が幸せかというと、今までgmplibが64bitで作成できなくて、
gmplibを必要としているClamAVも32bitで使っていた。<br>
だけど、これでClamAVも64bitでいける(^^)<br><br>

[SunStudio 12]で64bit<br>
<div id="pretext">
 <pre>
CC="/opt/SUNWspro/bin/cc" \
CFLAGS="-fast -m64" \
 ./configure

$ make
$ make check
$ su
# make install
</pre></div>





]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/01/gmp-422.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/01/gmp-422.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 27 Jan 2008 22:48:24 +0900</pubDate>
        </item>
        
        <item>
            <title>mysql-5.0.51</title>
            <description><![CDATA[http://www.mysql.com/<br>

[SunStudio 12]で64bit<br>
<div id="pretext">
 <pre>
CC="/opt/SUNWspro/bin/cc -fast -m64" \
CXX="/opt/SUNWspro/bin/CC -fast -m64" \
CPPFLAGS="-I/usr/local/ssl/include -I/usr/sfw/include" \
LDFLAGS="-L/usr/local/ssl/lib -L/usr/sfw/lib/64 -R/usr/local/ssl/lib -R/usr/sfw/lib/64" \
 ./configure \
--prefix=/usr/local/mysql \
--with-charset=ujis \
--with-openssl=/usr/local/ssl \
--with-berkeley-db \
--enable-thread-safe-client 

$ make
$ su
# make install
</pre>
</div>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/01/mysql5051.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/01/mysql5051.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 20 Jan 2008 23:38:47 +0900</pubDate>
        </item>
        
        <item>
            <title>Berkeley DB 4.6.21</title>
            <description><![CDATA[http://www.oracle.com/technology/software/products/berkeley-db/index.html<br>
<br>
[SunStudio 12]で64bit<br>
<div id="pretext">
 <pre>
$ cd build_unix
$ CC="/opt/SUNWspro/bin/cc" \
$ CFLAGS="-fast -m64" \
$  ../dist/configure --prefix=/usr/local
$ make
$ su
# make install
</div>
</pre>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/01/berkeley-db-4621.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/01/berkeley-db-4621.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 20 Jan 2008 22:50:43 +0900</pubDate>
        </item>
        
        <item>
            <title>openssl-0.9.8g</title>
            <description><![CDATA[<p>http://www.openssl.org/source/openssl-0.9.8g.tar.gz</p>

<p>[SunStudio 12]で64bit</p>

<div id="pretext">
 <pre>
$ ./Configure shared solaris64-x86_64-cc -R/usr/local/ssl/lib -R/usr/local/lib
Makefileを編集し、CFLAGとSHARED_LDFLAGS の -xarch=amd64 を -m64 に変更
$ make
su
# make install
</pre>
</div>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2008/01/openssl098g.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2008/01/openssl098g.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 20 Jan 2008 22:16:42 +0900</pubDate>
        </item>
        
        <item>
            <title>Sun Studio 12 でperl-5.8.8をコンパイルしてみる</title>
            <description><![CDATA[<p>Sun Studio 12がダウンロード可能になっていました。</p>

<p><a href="http://developers.sun.com/sunstudio/">http://developers.sun.com/sunstudio/</a></p>

<p>さっそくsolaris10 x86上でperl-5.8.8を64bitにてコンパイルしてみた。</p>

<div id="pretext">
 <pre>
sh Configure -Dlibc='/usr/lib/64/libc.so' -Dcc='cc' \
-Doptimize='-fast -xarch=amd64' \
-Dldflags='-L/lib/amd64 -L/usr/lib/amd64 -L/usr/local/lib \
-L/usr/sfw/lib/amd64 -R/lib/amd64 -R/usr/lib/amd64 \
-R/usr/local/lib -R/usr/sfw/lib/amd64' \
-Dlibpth='/usr/local/lib /usr/sfw/lib/amd64 \
/usr/lib/amd64 /lib/amd64' \
-Darchname=sun4-solaris-64 -Duse64bitint -Duseshrplib \
-Dusethreads -Dd_dosuid -de
 </pre>
</div>

<p>これでなんとか一発で通ったけど<br />
make test で100%クリアしない(^^;<br />
まぁ無事動いているようなので…</p>

<p>しばらくsolaris10 x86 の64bit環境構築が続きます。</p>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2007/06/sun-studio-12-perl588.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2007/06/sun-studio-12-perl588.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">x86-64bit</category>
            
            
            <pubDate>Sun, 10 Jun 2007 22:53:39 +0900</pubDate>
        </item>
        
        <item>
            <title>ようやくsolaris10</title>
            <description><![CDATA[<p>遅まきながらsolaris10に移行した。<br />
HP ProLiant ML110 G4 にCore 2 Duo E600載せて無事動いてます(^.^)</p>]]></description>
            <link>http://www.b-dash.net/weblog/tanikin/2007/06/solaris10.html</link>
            <guid>http://www.b-dash.net/weblog/tanikin/2007/06/solaris10.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">solaris</category>
            
            
            <pubDate>Thu, 07 Jun 2007 23:47:03 +0900</pubDate>
        </item>
        
    </channel>
</rss>
