- 论坛徽章:
- 0
|
我用源码安装vsftpd-1.2.2(没连上网),有一步看不懂
安装vsftpd是,它的安装文件前面几步如下
Step 1) Build vsftpd.
Switch to the directory created when you unpacked the vsftpd .tar.gz file.
e.g.:
cd vsftpd-1.1.2
edit "builddefs.h" to handle compile-time settings (tcp_wrappers build,
etc).
Just type "make" (and mail me to fix it if it doesn't build .
This should produce you a vsftpd binary. You can test for this, e.g.:
edit "builddefs.h"这行看步懂,我把builddefs.h内容贴在下面,希望帮我看看如何搞
#ifndef VSF_BUILDDEFS_H
#define VSF_BUILDDEFS_H
#undef VSF_BUILD_TCPWRAPPERS
#endif /* VSF_BUILDDEFS_H */
哪位弟兄能帮我指点指点如何edit
我解压后make出错
/usr/bin/ld: cannot find -lcap
collect2: ld returned 1 exit status |
|