AW: libpgtcl on aix

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: libpgtcl on aix
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368025@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: State of RPMs
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: INET/CIDR types