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

[webdav-jp:0485] 日本語表示されない



始めまして山田と言います。

WebDAVを評価しようと、構築を試みましたが日本語がどうしてもうまく表示されませ
ん。
何か手順で築いたことがあれば御伝授願います。
参考にしたのは下記URLです。
http://www.atmarkit.co.jp/flinux/special/webdav/webdav02a.html

マシン環境
TurboLinux6.1 Kernel2.2.15
Apache_1.3.26
mod_dav-1.0.3-1.3.6
mod_encoding-20020611a

・Apacheの作成(コンパイル)
./configure --enable-module=most --enable-shared=max
make
make install

・mod_davの作成
./configure --with-apxs=/usr/local/apache/bin/apxs
make
make install

この時点でWebDAVサーバーとして構築は出来ました。
次に日本語化を試みました。

・mod_encodingの作成
cd lib
./configure --prefix=/usr/local/iconv --with-iconv=/usr/local/iconv
make
make install
cd ..
./configure --with-apxs=/usr/local/apache/bin/apxs
                    --with-iconv-hook=/usr/local/iconv
make
 ここでワーニングが表示されるがコンパイルは完了する
 mod_encoding:In function 'iconv_string':
 mod_encoding:passing arg 2 of 'libiconv' from imcompatible pointer type
make install

Apacheを再起動して、日本語ファイルを送信しても文字化けしてしまう。

自分的には”libiconv”のパス設定がいけないように思い
/usr/local/iconvを/usrにしてみたりしたのですが結果は同じでした。

よろしくお願いいたします。