ERROR: could not load library "...": Exec format error - Mailing list pgsql-general

From Boszormenyi Zoltan
Subject ERROR: could not load library "...": Exec format error
Date
Msg-id 4B714689.6060103@cybertec.at
Whole thread Raw
Responses Re: ERROR: could not load library "...": Exec format error  (Korry Douglas <korry.douglas@enterprisedb.com>)
List 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 by date:

Previous
From: Willy-Bas Loos
Date:
Subject: dynamic plpgsql command on a record type
Next
From: Richard Huxton
Date:
Subject: Re: string reverse fucntion?