红联Linux门户
Linux帮助

vsftpd不能启动,大侠们救命。

发布时间:2011-06-06 15:52:08来源:红联作者:kingdtl
[root@vps-1011268-5521 /]# service vsftpd restart
Shutting down vsftpd: [FAILED]
Starting vsftpd for vsftpd: /usr/sbin/vsftpd: error while loading shared libraries: libwrap.so.0: cannot open shared object file: No such file or directory
[FAILED]
文章评论

共有 5 条评论

  1. age 于 2011-06-06 18:40:43发表:

    启动应该用start, 而不是restart
    你试试 service vsftpd start

  2. kingdtl 于 2011-06-06 17:53:35发表:

    tcp_wrapper=NO 也关了

  3. kingdtl 于 2011-06-06 17:40:30发表:

    不行啊,我这边已经安装了 tcp_wrapper 还是原来的提示。

  4. kingdtl 于 2011-06-06 17:37:35发表:

    多谢 大侠相救,我现在就去试试。

  5. age 于 2011-06-06 17:07:40发表:

    你没装tcp_wrapper吧?
    或者在vsftpd里把tcp_wrapper设置取消掉
    tcp_wrapper=NO