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?