Re: AIX shared libraries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AIX shared libraries
Date
Msg-id 29161.1158245201@sss.pgh.pa.us
Whole thread Raw
In response to Re: AIX shared libraries  ("Albe Laurenz" <all@adv.magwien.gv.at>)
List pgsql-hackers
"Albe Laurenz" <all@adv.magwien.gv.at> writes:
> Tom Lane wrote:
>> Hm.  The objection I see to this is that it will not support 
>> concurrent installation of multiple libpq versions.  What about
>> 
>> 4) Build and install only libXX.so.n, don't install libXX.a at all

> Won't work - the linker looks for libXX.so and won't find
> libXX.so.n. If you create a symbolic link
> libXX.so --> libXX.so.n, you can link, but the executable will
> depend on libXX.so and not on libXX.so.n.

Ugh.  So given that linker behavior, it's basically impossible to
support multiple libpq versions in the same directory anyway on AIX.

I concur with your 3a) then.  Do you have time to do that now?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CSStorm occurred again by postgreSQL8.2
Next
From: "Joshua D. Drake"
Date:
Subject: Re: New version of money type