Re: Linking libraries problem after Postgres-8.2.0 install] - Mailing list pgsql-admin

From Tom Lane
Subject Re: Linking libraries problem after Postgres-8.2.0 install]
Date
Msg-id 6260.1183138928@sss.pgh.pa.us
Whole thread Raw
In response to Linking libraries problem after Postgres-8.2.0 install]  ("Radhika Sambamurti" <radhika@88thstreet.com>)
List pgsql-admin
"Radhika Sambamurti" <radhika@88thstreet.com> writes:
> Postgres-8.2.0 built successfully. But when I do an ldd on postgres I see
> that it is linking to the wrong openssl and crypto libraries.
> ...
> Instead it is pulling from the /lib (default red-hat) location rather than
> /usr/local/lib.

If you think that is wrong, perhaps you need to specify --with-libraries
(maybe also --with-includes) to configure?  This is going to be affected
by link-time as well as run-time library search order.  I'm not sure
what is the default link-time search path on your system.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: missing history file
Next
From: "Kevin Grittner"
Date:
Subject: Re: missing history file