红联Linux门户
Linux帮助

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

发布时间:2008-12-05 21:37:54来源:红联作者: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.

谢谢!`
文章评论

共有 3 条评论

  1. protoss2008 于 2008-12-06 15:11:02发表:

    目录下面没有configure文件的

  2. py_lei 于 2008-12-06 13:57:28发表:

    上楼说的很对啊,试一下

  3. fengmx 于 2008-12-06 09:19:32发表:

    make前要configure
    直接make的哪种是二进制包的。源码包的要先configure再make再make install