BUG #1489: configure confusion

From: "rob delong" <radelong(at)delongview(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1489: configure confusion
Date: 2005-02-19 19:09:34
Message-ID: 20050219190934.D179DF0B0C@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1489
Logged by: rob delong
Email address: radelong(at)delongview(dot)com
PostgreSQL version: 8.0.1
Operating system: RH 9
Description: configure confusion
Details:

Not really a bug, but it confused me for a bit. Thought you might want to
know.

On RH 9, configure using --with-openssl failed with ssl.h not found or
useable even though it was there. Turns out openssl as installed by the RH
installation is compiled with kerberos support. ssl.h includes kssl.h which
includes krb5.h. The last is stuffed into /usr/kerberos/include if you let
the RH installer do its thing.

Configure does not check /usr/kerberos/include for headers unless you tell
it.

If you add --with-includes=/usr/kerberos/include configure is happy.

BTW messages from configure were misleading, looked like it couldn't find
ssl.h, but inspection of config.log showed the actual error.

Browse pgsql-bugs by date

  From Date Subject
Next Message Juu 2005-02-20 06:15:55 problem installing postgresql-8.0.1 on Windows 2K
Previous Message Jesper Udby 2005-02-19 10:58:04 BUG #1488: CREATE TABLESPACE does not work