Considerations for lib64 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Considerations for lib64
Date
Msg-id Pine.LNX.4.44.0311241606150.3069-100000@peter.localdomain
Whole thread Raw
Responses Re: Considerations for lib64  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Some systems that can run 32-bit and 64-bit executables have lib64
directories alongside lib directories.  (You could also imagine any other
alternative compilation mode in place of "64".)  This requires some
adjustments in the PostgreSQL build system.

Currently, when you specify --with-openssl, then configure automatically
adds -L/usr/local/ssl/lib to LDFLAGS if that directory exists.  This would
pick up the wrong directory if you are in 64-bit mode.  Analogous behavior
exists for --with-krb5 with /usr/athena.

I think these default installation directories of OpenSSL and Kerberos are
mostly obsolete these days, so I'd rather get rid of that behavior
altogether and let people specify the necessary directories with
--with-libraries and --with-includes like for any of the other optional
packages that PostgreSQL supports.

Comments?

(Additional lib64 issues exist with Python; I will post about these
later.)

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Sponsoring enterprise features
Next
From: Neil Conway
Date:
Subject: Re: Using -Wshadow