辻です Delegate,FreyaSXで、お世話になっております。 Redhat7.2,7.3+gcc2.96という環境で 「じゃ、最新版ならどうなの?」ということで FreyaSX-0.99.13 delegate9.0.5-pre7 でも試してみました。 結果は、インストール成功し、動作OKです。 もちろん Segmentation fault も出ませんでした。 しかし、すんなりと動いたわけではなく INSTALL.sh を実行すると 途中で下記のようなエラーメッセージが出てきました。 以下にやったことをご報告いたします。 1)対象マシン Redhat7.2 サーバ2台 ※貧弱で時代遅れなマシンでお恥ずかしい限りですが。。。 CPU:Pentium3 850MHz MEM:1GB kernel:2.4.7-10 gcc version 2.96 20000731 CPU:Pentium MMX 200MHz MEM:128MB kernel:2.4.20-24.7 gcc version 2.96 20000731 2)エラーメッセージ A. *** extracting DeleGate/9.0.5-pre6 ... ./INSTALL.sh: delegate9.0.5-pre6.tar.gz: そのようなファイルやディレクトリはありま せん ./INSTALL.sh: cd: delegate9.0.5-pre6: そのようなファイルやディレクトリはありませ ん *** making DeleGate/9.0.5-pre6 ... ./INSTALL.sh: src/delegated: そのようなファイルやディレクトリはありません B. *** extracting FreyaSX-0.99.13 ... *** making FreyaSX-0.99.13 ... *** making DeleGate/9.0.5-pre7 ... **** downloading CHARSET tables .... ---- 1/5 downloading http://www.delegate.org/delegate//codemap/JIS0208.TXT ... ???? FAILED to download http://www.delegate.org/delegate//codemap/JIS0208.TXT ---- 2/5 downloading http://www.delegate.org/delegate//codemap/JIS0212.TXT ... ???? FAILED to download http://www.delegate.org/delegate//codemap/JIS0212.TXT ---- 3/5 downloading http://www.delegate.org/delegate//codemap/SHIFTJIS.TXT ... ???? FAILED to download http://www.delegate.org/delegate//codemap/SHIFTJIS.TXT ---- 4/5 downloading http://www.delegate.org/delegate//codemap/CP932.TXT ... ???? FAILED to download http://www.delegate.org/delegate//codemap/CP932.TXT ---- 5/5 downloading http://www.delegate.org/delegate//codemap/JAPANESE.TXT ... ???? FAILED to download http://www.delegate.org/delegate//codemap/JAPANESE.TXT **** downloaded 0 tables **** ERROR in the tables... 3)htccx.cの修正 freyasx.tar.gz をダウンロード $ tar xzvf freyasx.tar.gz $ cd freyasx $ tar zxvf delegate9.0.5-pre7.tar.gz $ cd delegate9.0.5-pre7/src $ cp htccx.c htccx.c.org $ vi htccx.c 649行付近の /codemap/ 2ヶ所を codemap/ に置き換えました。 sprintf(url,"%scodemap/%s",DELEGATE_homepage(),map); sprintf(path,"${LIBDIR}codemap/%s",map); 4)INSTALL.shの修正 1行目 ADMIN=your_PFCMX5K.ml@delegate.org -> 自分の環境に合わせた 2行目 DGVER=9.0.5-pre6 -> DGVER=9.0.5-pre7 に修正 34行目 コメント文にした #gzip -d < delegate$DGVER.tar.gz | tar xf - 理由は、すでに解凍済みなので不要 39行目 PROXYオプション追加 src/delegated LIBDIR=$FSXHOME/etc PROXY="??????????:****" CHARSET=UTF-8 -Fccx < /dev/null 3)INSTALL.sh を実行 以降、manualに従って動作OKを確認しました。 以上です