On Sun, Dec 09, 2012 at 12:05:02AM -0600, Brian Hemesath wrote: > I'm completely new to this, just looking for any feedback to help me > along or help others. > > I have hit an error installing HAProxy 1.5-dev14 on a Joyent > SmartMachine (Solaris). > I have openssl (0.9.8x) and zlib (1.2.7) and pcre (8.30nb2) and gcc > (4.7.0nb2) installed. > > I ran: > gmake TARGET=solaris USE_STATIC_PCRE=1 USE_ZLIB=1 USE_OPENSSL=1 > > Which resulted in: > ... > src/ssl_sock.c: In function 'ssl_sock_load_cert': > src/ssl_sock.c:445:28: error: 'NAME_MAX' undeclared (first use in this > function) > src/ssl_sock.c:445:28: note: each undeclared identifier is reported > only once for each function it appears in > gmake: *** [src/ssl_sock.o] Error 1
This error was reported last week and we fixed it. Please use latest snapshot which we'll soon release as dev15 : http://haproxy.1wt.eu/download/1.5/src/snapshot/haproxy-ss-20121209.tar.gz Thanks, Willy

