So for my compiled version, I manually compiled pcre and openssl by hand... OpenCSW would include it's own stuff.
Here's the command I used for pcre: ./configure --disable-cpp CC="gcc" CFLAGS="-m64 -fPIC" \ --target=sparc-sun-solaris2.11-gcc \ --prefix=/usr/local/tomitribe/pcre And here's for openssl: cd ~/build/openssl-1.0.2k ./Configure solaris64-sparcv9-gcc \ --prefix=/usr/local/tomitribe/openssl \ -fPIC I just got kicked off the system though. Bummer. I hate to leave a problem hanging. It might be this problem has existed for awhile and there just aren't that many people using haproxy on SPARC to report a problem. These systems are expensive to rent! $20/day or $300/mo. I need to figure out if they can be emulated effectively on x86 for this problem and others I'm likely to face. On Sat, Apr 29, 2017 at 10:44 AM, Willy Tarreau <[email protected]> wrote: > On Sat, Apr 29, 2017 at 10:41:26AM -0500, Jonathan S. Fisher wrote: > > Get this! I installed the opencsw version and it core dumps as well! > > ehrz@sovms026:~$ /opt/csw/sbin/haproxy -f ./haproxy-1.7.5/haproxy.cfg > > Bus Error (core dumped) > > That's interesting, so it might possibly be related to one of the extra > libs which might exist in an incompatible version on your system and > could present a side effect. You may try without SSL nor PCRE just to > see if it starts. > > 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.

