Christophe Rahier wrote:
I'd like to user Stunnel with Haproxy on a Debian Squeeze server.
Cool.
I downloaded these files: wget ftp://ftp.stunnel.org/stunnel/obsolete/4.x/stunnel-4.44.tar.gz
It's called "obsolete" for a reason. Current version supports haproxy natively (without 3rd party patches). http://www.stunnel.org/?page=sdf_ChangeLog
common.h:383:19: error: lhash.h: No such file or directory common.h:384:17: error: ssl.h: No such file or directory common.h:386:20: error: crypto.h: No such file or directory common.h:387:17: error: md4.h: No such file or directory common.h:388:17: error: des.h: No such file or directory
apt-get install libssl-dev
Mike