Re: HowTo configure and compile with openssl and jdbc on - Mailing list pgsql-novice

From Tom Lane
Subject Re: HowTo configure and compile with openssl and jdbc on
Date
Msg-id 23529.1074828540@sss.pgh.pa.us
Whole thread Raw
In response to Re: HowTo configure and compile with openssl and jdbc on  (chris@goforit.de)
List pgsql-novice
chris@goforit.de writes:
> checking for openssl/ssl.h... no
> configure: error: header file <openssl/ssl.h> is required for OpenSSL

> Even so I checked, file IS there and read permission is granted.

I believe this error means that cpp failed on "#include <openssl/ssl.h>",
so there are more possible reasons for failure than whether the include
file itself exists.  For example, it might be trying to include some
other file that's not present.  It's pointless to guess with incomplete
information however.  Look in the config.log file to see exactly what
the compiler's failure message is.

            regards, tom lane

pgsql-novice by date:

Previous
From: Bill Moseley
Date:
Subject: Hierarchal data
Next
From: Douglas Trainor
Date:
Subject: Re: Hierarchal data