singying304 发表于 2006-7-29 15:54:59

patch 動作 新手問題,請教

1. 先下載proftpd-1.2.10.tar.bz2
http://www.proftpd.org/

2.下載proftpd-1.2.10-iconv.patch.gz
http://home.h01.itscom.net/para/software/misc/proftpd-iconv/index-e.html

3.放在同一個資料夾下
tar jxvf proftpd-1.2.10.tar.bz2
解開資料
gzip -cd proftpd-1.2.10-iconv.patch.gz |patch -p0
patch動作

4.在configure時記得加入 "--with-modules=mod_codeconv:mod_df"
make
make install

本人不明白如何patch動作... 請各位大大抽空教我,謝了

singying304 发表于 2006-7-29 17:41:27

1. 先下載proftpd-1.2.10.tar.bz2
http://www.proftpd.org/

2.下載proftpd-1.2.10-iconv.patch.gz
http://home.h01.itscom.net/para/soft...v/index-e.html

3.放在同一個資料夾下
tar jxvf proftpd-1.2.10.tar.bz2
解開資料
gzip -cd proftpd-1.2.10-iconv.patch.gz |patch -p0
patch動作

4. cd proftpd-1.2.10

5.在configure時記得加入 "--with-modules=mod_codeconv:mod_df"
即"./configure --prefix=/etc/proftpd --with-modules=mod_codeconv:mod_df"
make
make install

------
請問有沒有錯?

己加
CharsetLocal UTF-8
CharsetRemote CP932
試過CP950,BIG-5,en_US,都不行

singying304 发表于 2006-7-30 01:56:57

finally,
WHY?!!
who can help me..
i have already done it follows:

http://home.h01.itscom.net/para/software/misc/proftpd-iconv/index-e.html

but still i set CharsetRemote BIG-5 ,just can upload BIG-5 correctly.

tell me why please , what's wrong with me? please

see gif below:

http://www.hkepc.com/bbs/attachments_dir/ext_gif/putty2_hiWvUQN0YL3h.gif
页: [1]
查看完整版本: patch 動作 新手問題,請教