Re: HPUX 11.11 DBI, DBD, Pg ld: Mismatched ABI (not an ELF file) for -lpq, postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HPUX 11.11 DBI, DBD, Pg ld: Mismatched ABI (not an ELF file) for -lpq, postgresql
Дата
Msg-id 9207.1075592865@sss.pgh.pa.us
обсуждение исходный текст
Ответ на HPUX 11.11 DBI, DBD, Pg ld: Mismatched ABI (not an ELF file) for -lpq, postgresql  (Zoe De Lacy <zoe@onsideuk.com>)
Список pgsql-interfaces
Zoe De Lacy <zoe@onsideuk.com> writes:
> Running Mkbootstrap for DBD::Pg ()
>         chmod 644 Pg.bs
>         rm -f blib/arch/auto/DBD/Pg/Pg.sl
>         LD_RUN_PATH="/opt/pgsql/lib" /usr/bin/ld  -b -L/usr/local/lib
> -L/opt/local/lib Pg.o dbdimp.o quote.o types.o  -o
> blib/arch/auto/DBD/Pg/Pg.sl   -L/opt/pgsql/lib -lpq
> ld: Mismatched ABI (not an ELF file) for -lpq
> Fatal error.

Hmm.  What have you got in /opt/pgsql/lib, and where did it come from?
This seems to indicate that you have a libpq.a or libpq.sl file that was
built for a different platform.
        regards, tom lane


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Zoe De Lacy
Дата:
Сообщение: HPUX 11.11 DBI, DBD, Pg ld: Mismatched ABI (not an ELF file) for -lpq, postgresql
Следующее
От: Jean-Michel Chabanne
Дата:
Сообщение: Re: How to connect my "wish" program to pgaccess