Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )

From: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>
To: "Rocco Altier *EXTERN*" <RoccoA(at)Routescape(dot)com>, "Tom Lane *EXTERN*" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )
Date: 2006-09-13 15:51:12
Message-ID: 52EF20B2E3209443BC37736D00C3C1380A592D03@EXADV1.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The patch did not work for me :-(
>
> My buildfarm members failed in local testing to execute the
> install-check, because initdb failed to find libpq.so.
>
> Make check did succeed, so I think there is a possibility of
> getting it
> working, but it won't be as simple as adding -brtl to the template.

I suspect that up to now the buildfarm had a static build of
PostgreSQL. What is the output of 'ldd initdb' when it builds
and runs correctly?

Is libpq.so in a non-standard directory? If yes, one either
has to export LIBPATH in the environment or link with
-L/location/of/libpq for the executable to find it
(similar to RPATH in Linux).

Yours,
Laurenz Albe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-13 15:52:05 Re: Inconsistency in extended-query-protocol logging
Previous Message Rocco Altier 2006-09-13 15:40:03 Re: [PATCHES] Fix linking of OpenLDAP libraries