| From: | Wes <wespvp(at)syntegra(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: ./configure --with-openssl=path fails |
| Date: | 2006-01-06 21:26:43 |
| Message-ID: | BFE43CB3.1C00F%wespvp@syntegra.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 1/6/06 2:47 PM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> ./configure --with-openssl=path
>> This no longer works with 8.x. See:
>> <http://archives.postgresql.org/pgsql-committers/2003-11/msg00278.php>
>> What is the correct way to work around this restriction?
>
> Use --with-includes and --with-libraries as needed.
That allows me to build, but doesn't set the library search path in the
binaries ("-Wl,-rpath /blah/blah" on linux or "-R /blah/blah" for Solaris).
This prevents programs from loading, since they can't find the libraries if
they are not in the default library search path of the user.
Wes
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Ribe | 2006-01-06 21:28:15 | Re: Reordering columns in a table |
| Previous Message | Joshua D. Drake | 2006-01-06 21:13:58 | Re: why am I getting a seq scan on this query? |