码迷,mamicode.com
首页 > 其他好文 > 详细

centos7编译安装pure-ftpd-1.0.42

时间:2016-02-15 10:39:11      阅读:936      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!