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

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

见贴好~~

系统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.

谢谢!`
make前要configure
直接make的哪种是二进制包的。源码包的要先configure再make再make install
上楼说的很对啊,试一下
目录下面没有configure文件的