首页 > 其他 > 详细

centos7编译安装pure-ftpd-1.0.42

时间:2016-02-15 10:38:26      阅读:1026      评论:0      收藏:0      [点我收藏+]

1.下载

wget https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.42.tar.gz

  

2.安装

tar xvf pure-ftpd-1.0.42.tar.gz 
cd pure-ftpd-1.0.42

  

./configure --prefix=/usr/local/pureftpd --with-everything --with-cookie --with-diraliases --with-extauth --with-ftpwho --with-language=english --with-ldap --with-minimal --with-mysql --with-nonroot

  

3.可能出现的问题

configure: error: liblber is needed for LDAP support

缺少ldap  

[root@hn pure-ftpd-1.0.42]# yum -y install openldap-devel

  

 

centos7编译安装pure-ftpd-1.0.42

原文:http://www.cnblogs.com/jenqz/p/5190009.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!