I know it's not a supported OS, but I thought it'd be interesting to try to get ATS up and running on DragonFly now that it has matured somewhat.
What's intresting is everything seems to go smoothly but I'm actually getting an error from an OpenSSL include file: In file included from OCSPStapling.cc:22:0: /usr/local/include/openssl/ocsp.h:242:14: error: expected unqualified-id before numeric constant /usr/local/include/openssl/ocsp.h:242:13: error: expected ';' at end of member declaration /usr/local/include/openssl/ocsp.h:242:14: error: expected unqualified-id before numeric constant Makefile:956: recipe for target 'OCSPStapling.o' failed gmake[2]: *** [OCSPStapling.o] Error 1 gmake[2]: Leaving directory '/home/adace/src/apache/trafficserver-5.2.0/iocore/net' Makefile:600: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/home/adace/src/apache/trafficserver-5.2.0/iocore' Makefile:657: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 I feel like I'm missing something here, any ideas? Thanks, Adam
