Hi, I've built haproxy 1.8.9 with gcc 4.2.0 on Solaris 10, but I'm not sure how to verify my build. I had to define THREAD_LOCAL to be empty in include/common/config.h, but otherwise it seemed to build cleanly.
Build command: gmake TARGET=solaris CPU=ultrasparc USE_OPENSSL=1 SSL_INC=<includepath> SSL_LIB=<libpath> It "seems" to work for what I'm using it for on Solaris 11.3 (TCP reverse proxy with SSL termination). Based on forum thread regression testing for haproxy <https://www.mail-archive.com/[email protected]/msg30287.html> it looks like maybe there isn't any automated testing of my haproxy build I can do yet? I see the "tests" directory, but I'm not sure what I'm supposed to do with that. I don't see any expected result files for each test case? Please let me know. Thanks, -- Tom

