ERROR: could not load library "...": Exec format error

Поиск
Список
Период
Сортировка
От Boszormenyi Zoltan
Тема ERROR: could not load library "...": Exec format error
Дата
Msg-id 4B714689.6060103@cybertec.at
обсуждение исходный текст
Ответы Re: ERROR: could not load library "...": Exec format error  (Korry Douglas <korry.douglas@enterprisedb.com>)
Список pgsql-general
Hi,

I have the $SUBJECT problem loading my own
module in PostgreSQL. The server is HP-UX/ia64,
PostgeSQL 8.4.2 was compiled with HP CC.
pl/PgSQL can be loaded fine.

...:/usr/local/pgsql/pgsql-cc-8.4/lib# ldd odbclink.so
        libodbc.so.1 => /usr/local/pgsql/runtime/lib/libodbc.so.1
        libpthread.so.1 =>      /usr/lib/hpux64/libpthread.so.1
        libc.so.1 =>    /usr/lib/hpux64/libc.so.1
        libdl.so.1 =>   /usr/lib/hpux64/libdl.so.1

"/usr/local/pgsql/runtime" is a link to "/usr/local/pgsql/pgsql-cc-8.4"

...:/usr/local/pgsql/pgsql-cc-8.4/lib# file plpgsql.so odbclink.so
plpgsql.so:     ELF-64 shared object file - IA64
odbclink.so:    ELF-64 shared object file - IA64

The module compilation was done using "USE_PGXS=1 gmake".

How can I solve this issue?

Thanks in advance,
Zoltán Böszörményi

--
Bible has answers for everything. Proof:
"But let your communication be, Yea, yea; Nay, nay: for whatsoever is more
than these cometh of evil." (Matthew 5:37) - basics of digital technology.
"May your kingdom come" - superficial description of plate tectonics

----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/


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

Предыдущее
От: Willy-Bas Loos
Дата:
Сообщение: dynamic plpgsql command on a record type
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: string reverse fucntion?