libpcap (http://www.tcpdump.org/) must be installed on your system, with
development files (headers).
http://download.pureftpd.org/pub/ucarp/README
ucarp的下载页说得很明白,要先安装libpcap包,好吧,先安装它吧。
下载libpcap的最新版,也可以在我的资源中找到。
假设你的版本是:libpcap-1.2.1.tar.gz
tar -zxf libpcap-1.2.1.tar.gz
cd libpcap-1.2.1
./configure
如安装过程中有如下提示:
configure: error: Your operating system's lex is insufficient to compile
libpcap. flex is a lex replacement that has many advantages, including
being able to compile libpcap. For more information, see
http://www.gnu.org/software/flex/flex.html .
就是说flex不完全,好吧,