在支持TLS的情况下编译pureftpd错误

时间:2019-09-24 13:02:59

标签: openssl centos7 pureftpd

运行后

./configure --prefix=/usr --sysconfdir=/etc --with-certfile=/etc/pure-ftpd.pem --with-tls --with-puredb --with-quotas --with-altlog --with-ftpwho --with-ratios --with-welcomemsg --with-uploadscript

并运行

make

此错误显示:

libpureftpd.a(libpureftpd_a-ftpd.o): In function `safe_nonblock_write':
/usr/local/pure-ftpd-1.0.49/src/ftpd.c:110: undefined reference to `SSL_write'
/usr/local/pure-ftpd-1.0.49/src/ftpd.c:111: undefined reference to `SSL_get_error'
libpureftpd.a(libpureftpd_a-ftpd.o): In function `secure_safe_write':
/usr/local/pure-ftpd-1.0.49/src/ftpd.c:83: undefined reference to `SSL_get_error'
/usr/local/pure-ftpd-1.0.49/src/ftpd.c:82: undefined reference to `SSL_write'
libpureftpd.a(libpureftpd_a-ftpd.o): In function `doreply':
/usr/local/pure-ftpd-1.0.49/src/ftpd.c:759: undefined reference to `SSL_write'

。 。

操作系统:centos 7

0 个答案:

没有答案