Top > FC1による辞書環境

eb-4.1.3+rubyeb-2.6+letmesee-1.1による辞書環境構築 (Fedora Core2)

  • rubyとruby-develが必要です。
apt-get -y intall ruby
apt-get -y intall ruby-devel 
  • eb-4.1.3のインストール
$ cd /usr/local/src
$ wget ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.1.3.tar.gz
$ tar zxvf eb-4.1.3.tar.gz
$ cd eb-4.1.3
$ ./configure
$ make
# make install
  • rubyeb-2.6のインストール
$ cd ../
$ wget http://rubyeb.sourceforge.net/rubyeb-2.6.tar.gz
$ tar zxvf rubyeb-2.6.tar.gz
$ cd rubyeb-2.6
$ ruby extconf.rb
$ make
# make install
  • letmesee-1.1のインストール
$ cd ..
$ wget http://openlab.jp/edict/letmesee/dist/letmesee-1.1.tar.gz
$ tar zxvf letmesee-1.1
# mv letmesee-1.1 /var/www/html/letmesee
# cd /var/www/html/letmesee
# cp dot.htaccess .htaccess
# cp letmesee.conf.sample letmesee.conf
  • ライブラリパスの設定
# echo "/usr/local/lib" >> /etc/ld.so.conf
# /sbin/ldconfig
  • httpd.confの設定
# vi /etc/httpd/conf/httpd.conf
  • 以下の行を追加
<Directory /var/www/html/letmesee>
  Allow from localhost
  AllowOverride All
</Directory>
  • AddDefaultCharsetをOff
AddDefaultCharset Off
  • 辞書の登録(例:EDICT 和英辞典)
  • 辞書ファイルの追加
# wget http://openlab.ring.gr.jp/edict/fpw/dist/edict/edict-fpw1.2.1.zip
# unzip edict-fpw1.2.1.zip
# mv EDICT/ /usr/share/dict/EDICT
  • letseeme.confの設定
# vi /var/www/html/letmesee/letmesee.conf 
  • @dictlistに辞書ファイルのパスを設定
@dictlist = [
  "/usr/share/dict/EDICT",
]
  • apacheを再起動
# /etc/init.d/httpd restart
  • 動作確認
  • Appendixに対応させるためletmeseeをcsvでアップデート
  • csvの使い方がわからず 現在調べ中
  • 参考ページ

http://www.interq.or.jp/mars/cherry/mac/eblook-panther.html
http://hp.vector.co.jp/authors/VA000022/unixdic/unix-dic2.html
http://kazuhiko.tdiary.net/20040322.html

  • う〜ん。 -- 管理人? 2004-05-27 (木) 01:41:26
  • linux なら、eb library インストール後に ldconfig を実行していないとか? -- かずひこ? 2004-05-28 (金) 10:20:13
  • かずひこさん。その通りでした。解決しました... -- 管理人? 2004-05-28 (金) 11:27:28
  • なんと!!作者ご本人でしたか!!let me see大変便利です。ありがとうございます -- 管理人? 2004-05-30 (日) 15:31:08

Reload   New Lower page making Edit Freeze Diff Upload Copy Rename   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: (1227d)