Hi Bryan!
> I ended up configuring openssl with "no-dso" which seems to make it > statically link to its dependencies and not need to pull -ldl into the > haproxy build. Not sure what other impacts that has though. Yes, it works this way also. However with "no-dso" openssl still links with libdl (statically), and this seem to cause interoperability issues, see PROBLEMS: > * If configured with ./config no-dso, toolkit still gets linked with -ldl, > which most notably poses a problem when linking with dietlibc. > > We don't have framework to associate -ldl with no-dso, therefore the only > way is to edit Makefile right after ./config no-dso and remove -ldl from > EX_LIBS line. I don't think the fact that -ldl is linked (shared'ly) against haproxy/openssl does any harm. I will properly send the suggested README patch for review shortly. Regards, Lukas

