Re: Building Pg 8.2.4 on AIX 5.3 doesn't produce shared libs? - Mailing list pgsql-general

From Tom Lane
Subject Re: Building Pg 8.2.4 on AIX 5.3 doesn't produce shared libs?
Date
Msg-id 2488.1178642086@sss.pgh.pa.us
Whole thread Raw
In response to Building Pg 8.2.4 on AIX 5.3 doesn't produce shared libs?  (Sic Transit Gloria Mundi <sitrglmu@yahoo.com>)
List pgsql-general
Sic Transit Gloria Mundi <sitrglmu@yahoo.com> writes:
> I would like to use Perl, DBI, and DBD::Pg on AIX.  As I understand it, I need a shared lib version of the client
libsfor this. 

> When building on AIX5.3 ML04 (powerpc_power5, 64 bit), it seems only the static libraries are built.  This seems true
witheither xlc (8.x) or gcc (3.3.2).  Everything works, there are just no ./lib/*.so at the end of the process. 

IIRC, on AIX the .a files actually are shared libraries.  You don't need
anything named .so.  Check the -hackers and -patches archives from back
around mid-Sept 2006 for details.

            regards, tom lane

pgsql-general by date:

Previous
From: William Garrison
Date:
Subject: npgsql and standard_conforming_strings
Next
From: "Jasbinder Singh Bali"
Date:
Subject: Spliting a string in plpgsql