Re: Trouble with httpGate and FreeBSD 9.1 [So

2013-02-04 Thread Mansur Mamkin
Hi Alex, I've just tested app/main.l + httpGate with fresh development release, it works fine. My patches to httpGate and ssl: # diff -u httpGate.c.orig httpGate.c --- httpGate.c.orig 2012-03-20 12:46:41.0 +0600 +++ httpGate.c 2013-01-27 22:16:09.0 +0600 @@ -2,6 +2,7 @@ *

Re: Trouble with httpGate and FreeBSD 9.1 [So

2013-02-04 Thread Alexander Burger
Hi Mansur, I've just tested app/main.l + httpGate with fresh development release, it works fine. Again, many thanks for the help! My patches to httpGate and ssl: ... +#include sys/socket.h ... +#include netinet/in.h OK. As these are just additional include files, I've also added them