OpenWrt Forum Archive

Topic: error while compiling vsftpd with ssl support

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I tried to compile vsftpd with ssl support. I always get the error "openssl/err.h: No such file or directory"  and other missing headers. compiling openssh and openvpn works fine.

I added:

" package-$(BR2_PACKAGE_VSFTPD) += vsftpd"     and
"vsftpd-compile: zlib-compile openssl-compile"

to the global makefile.

I added:

"PKG_DEPEND:="openssl""

to vsftpd/Makefile

Knows anybody why?

I've tried to compile vsftpd with SSL support. Same as you -> no luck.

If you want a quick & easy solution for a secure FTP server install the openssh-sftp-server (20K) package.

(Last edited by forum2006 on 21 Dec 2006, 01:21)

Thanks.
This already runs. But I want to create virtual users, without local logins. Its a mystery to me. I will check the path's in the scripts.

(Last edited by fredfist on 21 Dec 2006, 01:28)

The discussion might have continued from here.