|
|
[root@localhost ftpserver]# ./configure;make;make install
bash: ./configure: 没有那个文件或目录
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
以上这个命令无法安装!
[root@localhost ftpserver]# cd proftpd-1.2.10
You have new mail in /var/spool/mail/root
[root@localhost proftpd-1.2.10]# ls
acconfig.h CREDITS proftpd.spec README.modules
aclocal.m4 doc README README.PAM
ChangeLog include README.AIX README.ports
config.guess INSTALL README.capabilities README.Solaris2.5x
config.h.in install-sh README.classes README.Unixware
config.sub lib README.controls RELEASE_NOTES
configure Makefile.in README.cygwin sample-configurations
configure.in Make.rules.in README.FreeBSD src
contrib modules README.IPv6 stamp-h.in
COPYING NEWS README.LDAP utils
打开这个目录后这么多文件,哪个是安装的? |
|