LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 610|回复: 2

关于安装proftpd的问题

[复制链接]
发表于 2005-10-23 12:04:00 | 显示全部楼层 |阅读模式
[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
打开这个目录后这么多文件,哪个是安装的?
 楼主| 发表于 2005-10-23 14:09:33 | 显示全部楼层
已经解决了!把./configure;make;make install这个命令分开运行就可以了!
回复 支持 反对

使用道具 举报

发表于 2005-10-23 14:50:17 | 显示全部楼层
要在一行中使用的话用&&连接
#./configure && make && make install
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表