请教vsftpd安装问题

glowwarm
请教vsftpd安装问题

我在make的时候,有一下错误发生:
tcpwrap.c:15:20: error: tcpd.h: No such file or directory
tcpwrap.c: In function ‘vsf_tcp_wrapper_ok’:
tcpwrap.c:28: error: storage size of ‘req’ isn’t known
tcpwrap.c:29: warning: implicit declaration of function ‘request_initâ€
tcpwrap.c:29: error: ‘RQ_DAEMON’ undeclared (first use in this function)
tcpwrap.c:29: error: (Each undeclared identifier is reported only once
tcpwrap.c:29: error: for each function it appears in.)
tcpwrap.c:29: error: ‘RQ_FILE’ undeclared (first use in this function)
tcpwrap.c:30: warning: implicit declaration of function ‘fromhostâ€
tcpwrap.c:31: warning: implicit declaration of function ‘hosts_accessâ€
tcpwrap.c:28: warning: unused variable ‘reqâ€
make: *** [tcpwrap.o] Error 1
请大家帮我看看  谢了

langue
你没有安装tcp wrapper。把这个功能先禁用掉,以独立的服务运行。

glowwarm
谢谢!

hjk857
[quote]原帖由 [i]langue[/i] 于 2006-10-1 00:18 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=5854294&ptid=836672][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
你没有安装tcp wrapper。把这个功能先禁用掉,以独立的服务运行。 [/quote]


请问应该怎么样禁止掉
[tcp wrapper。把这个功能先禁用掉]

langue
#undef VSF_BUILD_TCPWRAPPERS