Re: how does LDFLAGS work? - Mailing list pgsql-novice

From Tom Lane
Subject Re: how does LDFLAGS work?
Date
Msg-id 14923.1317652674@sss.pgh.pa.us
Whole thread Raw
In response to how does LDFLAGS work?  (michael lush <mjlush@gmail.com>)
List pgsql-novice
michael lush <mjlush@gmail.com> writes:
> I'm trying to compile postgres 8.4.2 with perl and ssl support but
> have no root access ...
> I did a local install of OpenSSL in  /home/michael/openssl however,  I
> not clear how to point configure at the local library

You need to use --with-includes and --with-libraries to point at the
relevant subdirectories of /home/michael/openssl.

That should be enough to get it to build.  Whether it will actually run
is a different question.  You may in fact need to fool with rpaths for
that part; but that's quite dependent on what platform you're using,
which you didn't say.

            regards, tom lane

pgsql-novice by date:

Previous
From: michael lush
Date:
Subject: how does LDFLAGS work?
Next
From: Tony Theodore
Date:
Subject: Using regoper type with OPERATOR()