OpenCSW seems to have a version compiled: https://www.opencsw.org/packages/haproxy but it's version 1.6.9. I'll try to compile that real quick using my gmake command
ehrz@sovms026:~/haproxy-1.7.5$ ./haproxy -vv -f haproxy.cfg HA-Proxy version 1.7.5 2017/04/03 Copyright 2000-2017 Willy Tarreau <[email protected]> Build options : TARGET = solaris CPU = ultrasparc CC = gcc CFLAGS = -m64 -O0 -mcpu=v9 -mtune=ultrasparc -g -fno-strict-aliasing -Wdeclaration-after-statement -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT OPTIONS = USE_OPENSSL=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 Default settings : maxconn = 2000, bufsize = 16384, maxrewrite = 1024, maxpollevents = 200 Encrypted password support via crypt(3): yes Built without compression support (neither USE_ZLIB nor USE_SLZ are set) Compression algorithms supported : identity("identity") Built with OpenSSL version : OpenSSL 1.0.2k 26 Jan 2017 Running on OpenSSL version : OpenSSL 1.0.2k 26 Jan 2017 OpenSSL library supports TLS extensions : yes OpenSSL library supports SNI : yes OpenSSL library supports prefer-server-ciphers : yes Built with PCRE version : 8.40 2017-01-11 Running on PCRE version : 8.40 2017-01-11 PCRE library supports JIT : no (libpcre build without JIT?) Built without Lua support Available polling systems : poll : pref=200, test result OK select : pref=150, test result OK Total: 2 (2 usable), will use poll. Available filters : [SPOE] spoe [TRACE] trace [COMP] compression ehrz@sovms026:~/haproxy-1.7.5$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/gcc/4.5/lib/gcc/sparc-sun-solaris2.11/4.5.2/lto-wrapper Target: sparc-sun-solaris2.11 Configured with: /export/home/hudson/workspace/nightly-update/build/sparc/components/gcc45/gcc-4.5.2/configure CC=/ws/on11update-tools/SUNWspro/sunstudio12.1/bin/cc CXX=/ws/on11update-tools/SUNWspro/sunstudio12.1/bin/CC --prefix=/usr/gcc/4.5 --mandir=/usr/gcc/4.5/share/man --bindir=/usr/gcc/4.5/bin --libdir=/usr/gcc/4.5/lib --sbindir=/usr/gcc/4.5/sbin --infodir=/usr/gcc/4.5/share/info --libexecdir=/usr/gcc/4.5/lib --enable-languages=c,c++,fortran,objc --enable-shared --with-gmp-include=/usr/include/gmp --with-mpfr-include=/usr/include/mpfr --without-gnu-ld --with-ld=/usr/bin/ld --without-gnu-as --with-as=/usr/bin/as CFLAGS='-g -O2 ' Thread model: posix gcc version 4.5.2 (GCC) ehrz@sovms026:~/haproxy-1.7.5$ On Sat, Apr 29, 2017 at 10:37 AM, Willy Tarreau <[email protected]> wrote: > On Sat, Apr 29, 2017 at 05:33:50PM +0200, Willy Tarreau wrote: > > Do you remember having successfully run any version on this machine ? > > Also, could you please post the output of "haproxy -vv" just in case > > we can spot anything abnormal ? > > And gcc -v as well please, just in case we can later correlate it to any > other issue. > > Willy > -- Jonathan | [email protected] Pessimists, see a jar as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be.

