红联Linux门户
Linux帮助

有人在RHEL4.7下安装过VSFTPD吗?

发布时间:2008-12-05 16:52:15来源:红联作者:protoss2008
见贴好~~

系统RHEL4.7

VSFTPD2.0.7里说直接make就可以了,但未什么我的会出错?
---------------------------------------------------------------------------
INSTALL
=======

This file details how to build and install / run vsftpd from the vsftpd
distribution .tar.gz file.

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.:

[chris@localhost vsftpd]$ ls -l vsftpd
-rwxrwxr-x 1 chris chris 61748 Sep 27 00:26 vsftpd
-----------------------------------------------------------------
运行:
[root@localhost ~]# make
make: *** No targets specified and no makefile found. Stop.

谢谢!`
文章评论

共有 1 条评论

  1. -scofield- 于 2008-12-05 17:01:46发表:

    告诉你没有makefile文件,你就不能这么编译,