AW: libpgtcl on aix - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: libpgtcl on aix
Date
Msg-id 11C1E6749A55D411A9670001FA687963368025@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
Looks like your postgres binary is not the correct one.
That is: the make step for the target postgres.imp failed or went into the
wrong directory, and you thus have a postgres binary that is not converted
to export all symbols.
 
This is one point that bugs me in the aix port. Maybe we should do it 
like other ports do it, first create a postgres.a then postgres.imp
and finally postgres from postgres.a and postgres.imp.
 
Comments ?
Andreas
 
PS: I do not think that you can successfully run all regression tests
with your current installation. Can you confirm ? 
 
So when I try "load libpgtcl.so", I get the following error:
 
 
Error: couldn't load file "./libpgtcl.so":      0509-130 Symbol resolution faile
d for ./libpgtcl.so because:
        0509-136   Symbol __start (number 0) is not exported from
                   dependent module /home/postgres/postgresql/bin/postgres.
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.
 
 
I did the dump command on the postgres executable and found:
 
[177]   0x20022eb0    .data    ENTpt     DS SECdef        [noIMid] __start

pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: State of RPMs
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: INET/CIDR types