You could try tweaking the deployed /usr/local/lib/pkgconfig/openssl.pc file to include -lz in Libs: (just after -ldl), and then re-./configure
On Wed, Feb 19, 2014 at 7:52 PM, Tom Browder <tom.brow...@gmail.com> wrote: > On Wed, Feb 19, 2014 at 8:39 PM, William A. Rowe Jr. <wmr...@gmail.com> > wrote: > > I've noticed that openssl default builds do not necessarily add -lz to > the > > lib/pkgconfig/openssl.pc when they might be needed. In any case I'm > going > > to guess you perhaps hadn't installed the zlib1g-dev package? > > No, it's installed. > > -Tom >