Skip to Content.
Sympa Menu

freetds - [freetds] OS X build dies, missing ssl.h

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Craig A. Berry" <craigberry AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] OS X build dies, missing ssl.h
  • Date: Thu, 21 Apr 2016 17:47:01 -0500

I just tried a build as of git ea27e5044071d2c on OS X 10.11.4 and it fell
down hard with:

Making all in .
CC mem.lo
In file included from mem.c:33:
../../include/freetds/tls.h:37:12: fatal error: 'openssl/ssl.h' file not found
# include <openssl/ssl.h>
^
1 error generated.

At configuration time it said:

checking if openssl is wanted... yes
checking for OPENSSL... yes

which as far as I can tell is derived from running:

$ pkg-config --exists --print-errors “openssl"

which returns nothing. So it thinks it has OpenSSL. But it seems Apple has
long-since deprecated it:

<http://lists.apple.com/archives/macnetworkprog/2015/Jun/msg00025.html>

Is there something reasonable that could make configure not detect the
unmaintained bits of the OpenSSL libraries that have no associated headers in
current OS X?

________________________________________
Craig A. Berry

"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser





Archive powered by MHonArc 2.6.24.

Top of Page