[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[webdav-jp:0679] mod_encording の install 方法



もりもと@初投稿 です.

現在,apache2.0でWebDAVを導入しようとしています.
ネット上のあちこちに方法が紹介されているのですが,
日本語リソース問題の解決に mod_encording を組み込むとあります.

そこで http://webdav.todo.gr.jp/download/ から
mod_encording の最新版を取ってきて
install しようとしているのですがうまくいきません.

当方のOSは FreeBSD 4.7-RELEASE です.

# cd /usr/local/src/mod_encoding-20021209
# ./configure --with-apxs=/usr/local/apache2/bin/apxs --with-iconv-hook=/usr/local/include --prefix=/usr/local
# make
/usr/local/apache2/bin/apxs -c  -I/usr/local/include  
Usage: apxs -g [-S <var>=<val>] -n <modname>
       apxs -q [-S <var>=<val>] <query> ...
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
               [-Wl,<flags>] [-p] <files> ...
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
*** Error code 1

Stop in /usr/local/src/mod_encoding-20021209.

と,このようにエラーになってしまいます.
READMEなども読んだのですが make で可能と書いてあります.


手動で実行してみたのですが,
# apxs -c mod_encording.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc   -DAP_HAVE_DESIGNATED_INITIALIZER -D_REENTRANT -D_THREAD_SAFE -g -O2 -I/usr/local/apache2/include  -c -o mod_encoding.lo mod_encoding.c && touch mod_encoding.slo
mod_encoding.c:14: iconv.h: No such file or directory
apxs:Error: Command failed with rc=65536
.
とやはりエラーになります.

どのようにすればinstallできるのでしょうか?
初歩的な質問だとは思いますが,ご教授お願いします.

-- 
Tetsuya_MORIMOTO
tetsuya@xxxxxxxxxxxxxxxxxxxxxxxx