|
|
安装ucspi-tcp-0.88
#tar zxvf ucspi-tcp-0.88.tar.gz
#cd ucspi-tcp-0.88
#patch -p1 < ../ucspi-tcp-0.88.a_record.patch
#patch -p1 < ../ucspi-tcp-0.88.errno.patch
#patch -p1 < ../ucspi-tcp-0.88.nobase.patch
#make
#make setup check
出现以下错误:
#make
./compile rblsmtpd.c
rblsmtpd.c: In function `main':
rblsmtpd.c:230: error: `flagwantdefaultrbl' undeclared (first use in this function)
rblsmtpd.c:230: error: (Each undeclared identifier is reported only once
rblsmtpd.c:230: error: for each function it appears in.)
make: *** [rblsmtpd.o] 错误 1 |
|