Hello:

I tried the enable ZLIB Compression in OpenBSD 5.4 amd64 but not work:

root@haproxy01 $ ./haproxy -vv                                             
                                                   
HA-Proxy version 1.5-dev19 2013/06/17
Copyright 2000-2013 Willy Tarreau <w...@1wt.eu>

Build options :
  TARGET  = openbsd
  CPU     = generic
  CC      = gcc

Default settings :
  maxconn = 65535, bufsize = 16060, maxrewrite = 10300, maxpollevents = 200

Encrypted password support via crypt(3): no
Built without zlib support (USE_ZLIB not set)
Compression algorithms supported : identity
Built without OpenSSL support (USE_OPENSSL not set)
Built without PCRE support (using libc's regex instead)
Built with transparent proxy support using: SO_BINDANY

Available polling systems :
     kqueue : pref=300,  test result OK
       poll : pref=200,  test result OK
     select : pref=150,  test result OK
Total: 3 (3 usable), will use kqueue.


I tried with change Makefile.bsd and make -f Makefile.bsd USE_ZLIB=1

But not compile with ZLIB Support.....

Thanks...


Reply via email to