Hi Bryan, On Fri, May 10, 2013 at 01:06:50PM -0700, Bryan Talbot wrote: > What's required to build haproxy and statically link with openssl libs like > can be done with pcre? It would be a nice option to have when running on > OS with older openssl (like RHEL 5.x) but still allow haproxy to use latest > openssl.
It essentially depends how your openssl lib is built. If you have the .so in the lib directory, you'll get a shared dependency. If you only have the .a then you'll get a static linking. I have some memories of a "shared" keyword that needs to be removed in the platform you choose when building openssl, but I don't have this available here to give you more precise information. Willy

