Hello! I need to compile bsdftpd-ssl on a Debian GNU/Liux box. After configuring and running make, it drops error:
make[1]: Entering directory `/home/c/cece/bsdftpd-6.0-ssl-0.5.4/ftpd' cc -Wall -O2 -Wno-unused -Wno-uninitialized -I../port -DVIRTUAL_HOSTING -DLINUX -DUSE_SSL -I../ssl -DINTERNAL_LS -Dmain=ls_main -I/home/c/cece/bsdftpd-6.0-ssl-0.5.4/ftpd/../contrib/ls -c -o ftpd.o ftpd.c ftpd.c:124: security/pam_appl.h: No such file or directory In file included from ../ssl/ssl_port_ftpd.h:13, from ftpd.c:130: ../ssl/ssl_port.h:39: openssl/buffer.h: No such file or directory ../ssl/ssl_port.h:40: openssl/x509.h: No such file or directory ../ssl/ssl_port.h:41: openssl/ssl.h: No such file or directory In file included from ftpd.c:134: ../ssl/sslapp.h:23: openssl/crypto.h: No such file or directory ../ssl/sslapp.h:44: openssl/buffer.h: No such file or directory ../ssl/sslapp.h:46: openssl/x509.h: No such file or directory ../ssl/sslapp.h:47: openssl/ssl.h: No such file or directory ../ssl/sslapp.h:48: openssl/err.h: No such file or directory make[1]: *** [ftpd.o] Error 1 make[1]: Leaving directory `/home/c/cece/bsdftpd-6.0-ssl-0.5.4/ftpd' make: *** [all] Error 2 I have openssl package installed, but i think, that compile needed openssl headers. I think the place of that headers have to be in openssl-dev or similar named package, but i can't find that. How can i provide openssl headers in Debian way? Cece -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]