centos7编译安装pure-ftpd-1.0.42
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7编译安装pure-ftpd-1.0.42相关的知识,希望对你有一定的参考价值。
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
[[email protected] pure-ftpd-1.0.42]# yum -y install openldap-devel
以上是关于centos7编译安装pure-ftpd-1.0.42的主要内容,如果未能解决你的问题,请参考以下文章