运维进阶:源码编译Pure-ftp

也许这篇文章过于精简,但这个过程能让急用的人先解决问题,功能介绍和详细的操做等等细节,我会在后面补回来,尽量详细,通俗易懂。ide

1.下载并解压安装包

wget https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.46.tar.bz2
tar -xf pure-ftpd-1.0.46.tar.bz2

2.预编译

cd pure-ftpd-1.0.46
./configure \
> --prefix=/usr/local/pureftpd \
> --without-inetd \
> --with-altlog \
> --with-puredb \
> --with-throttling \
> --with-peruserlimits  \
> --with-tls

3.编译安装

make && make installcode

备注:若是没法编译,出现报错,请留言。get

更多的博客转移到我的博客上了,请点击如下连接:
我的博客博客

相关文章
相关标签/搜索