Tuesday, October 2, 2007

[glftpd] compile eggdrop 1.6.18 ssl on redhat linux

1. 下載eggdrop的source
wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.18.tar.bz2
wget http://www.egghelp.org/files/patches/eggdrop-1.6.18-ssl.patch.gz

2. 解壓縮source
tar -zxvf eggdrop1.6.18.tar.gz
gzip -d eggdrop-1.6.18-ssl.patch.gz

3. Compile eggdrop
cd eggdrop1.6.18
patch -p0 < ../eggdrop-1.6.18-ssl.patch
./configure --with-ssl=/path/to/openssl/
make config
make
make install

4. 在eggdrop.conf中加入"set use-ssl 1",開啟SSL

ref :
http://remus.oru.se/tsub/eggdrop-ssl/

No comments:

Post a Comment