Re: Linking libraries problem after Postgres-8.2.0 install]

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: radhika(at)88thstreet(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Linking libraries problem after Postgres-8.2.0 install]
Date: 2007-06-29 17:42:08
Message-ID: 6260.1183138928@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Radhika Sambamurti" <radhika(at)88thstreet(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2007-06-29 17:45:27 Re: missing history file
Previous Message Tom Lane 2007-06-29 17:29:06 Re: missing history file