Namazu-users-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

再インストールと検索結果について



お世話になっております。


各パスをとおした後、
./configure からやりなおしたのですが、Makefileに
反映されず KAKASI=no となってしまい。
試しにyesと書き換えて、make

 mknmz でindex  の生成を試みましたが先程と同じく、
Broken pipeで終了してしまい、念の為、検索をかけたのですが
"検索式にマッチする文書はありませんでした。"
が表示され、ヒットできませんでした。
また、インストールの過程で*1のような事象(メッセージ)が発生
いたしました。

何かございましたご提言のほど宜しくお願いいたします。



<再インストール、検索の過程>

# which kakasi
/usr/local/bin/kakasi

# which namazu
/usr/local/bin/namazu

 kakasiとnamazuのパスがとおりました。

# rm -f NMZ*
# mknmz doc
Use of uninitialized value at /usr/local/bin/mknmz line 737.
Use of uninitialized value at /usr/local/bin/mknmz line 742.
6個のファイルがインデックス作成の対象として見つかりました
1/6 - /usr/local/src/namazu-2.0.1/doc/en/manual.html [text/html]
2/6 - /usr/local/src/namazu-2.0.1/doc/en/nmz.html [text/html]
3/6 - /usr/local/src/namazu-2.0.1/doc/ja/manual.html [text/html]
Use of uninitialized value at /usr/local/share/namazu/pl/wakati.pl line 68.
Use of uninitialized value at /usr/local/share/namazu/pl/wakati.pl line 81.
Use of uninitialized value at /usr/local/share/namazu/pl/wakati.pl line 84.
Broken pipe

# namazu  Namazu   .
検索結果

参考ヒット数:  [  (インデックスが開けませんでした)  ]

検索式にマッチする文書はありませんでした。
#

と出て終了します。



<事象*1>
  ●./configure  実行時において

<省略>
checking for NKF perl module... no
checking for nkf... (cached) /usr/bin/nkf
checking for Text::Kakasi perl module... no
checking for kakasi... (cached) no
checking for Text::ChaSen perl module... no
checking for chasen... (cached) no
checking for default wakatigaki processor... configure: warning:
 KAKASI or ChaSen are required to handle Japanese
none
checking for File::MMagic perl module... yes
creating ./config.status
creating Makefile
<省略>


 ●make install実行時において

<省略>
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/include/namazu

<省略>

念のため/etc/ld.so.confを確認しますと

/usr/lib
/usr/i486-linux-libc5/lib
/usr/lib/qt-1.44/lib
/usr/X86R6/lib
/usr/local/lib

となっておりました。