dan at sidhe.org dan at sidhe.org
Tue Oct 9 08:33:07 PDT 2007
[Bah, forgot to Cc this to the list...]

> On Sat, 2007-10-06 at 15:58 -0400, Dan Sugalski wrote:
>> I've been trying to get Slony installed on some Postgres 8.2.5
>> instances I've got running on a couple of AIX boxes, but with no luck
>> at all, and I'm hoping someone's run into the same problem and has a
>> solution.
>
> Can you us more information about how you built both Postgres and Slony?
> We have different version of both Slony and Postgres, but we have them
> running fine on AIX.

The relevant bits from pg_config from the current build of postgres I'm
running says:

CONFIGURE = '--enable-thread-safety' '--prefix=/pginstall/pg/pg-8.2.4.aix'
'--without-readline' '--without-zlib' 'CC=xlc' 'CFLAGS=-q64'
CC = xlc
CPPFLAGS =
CFLAGS = -q64 -qnoansialias
CFLAGS_SL =
LDFLAGS = -Wl,-blibpath:/pginstall/pg/pg-8.2.4.aix/lib:/usr/lib:/lib
LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
LIBS = -lpgport -lld -lm
VERSION = PostgreSQL 8.2.4

Slonly 1.2.11 was built with:


./configure --with-pgconfigdir=/pginstall/pg/pg-8.2.4.aix/bin/

We're running AIX 5.3, xlc 6, though I'm not sure the xlc version matters.
(This was happening with gcc as well)

-Dan


More information about the Slony1-general mailing list