AS3上安装vsftp2.01的error

来源:互联网 发布:mac删除bootcamp分区 编辑:程序博客网 时间:2024/06/14 02:01

 AS3上安装vsftp2.01的error

[root@linuxtest vsftpd-2.0.1]# make install
if [ -x /usr/local/sbin ]; then /
        install -m 755 vsftpd /usr/local/sbin/vsftpd; /
else /
        install -m 755 vsftpd /usr/sbin/vsftpd; fi
if [ -x /usr/local/man ]; then /
        install -m 644 vsftpd.8 /usr/local/man/man8/vsftpd.8; /
        install -m 644 vsftpd.conf.5 /usr/local/man/man5/vsftpd.conf.5; /
elif [ -x /usr/share/man ]; then /
        install -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8; /
        install -m 644 vsftpd.conf.5 /usr/share/man/man5/vsftpd.conf.5; /
else /
        install -m 644 vsftpd.8 /usr/man/man8/vsftpd.8; /
        install -m 644 vsftpd.conf.5 /usr/man/man5/vsftpd.conf.5; fi
install: cannot create regular file `/usr/local/man/man8/vsftpd.8': No such file or directory
install: cannot create regular file `/usr/local/man/man5/vsftpd.conf.5': No such file or directory
make: *** [install] Error 1

/usr/local/man/man5
/usr/local/man/man8
建好上面这两个目录,搞定

原创粉丝点击