Create extension tablefunc fails with "wrong ELF class: ELFCLASS32"

From: Jan Mechtel <jmechtel(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Create extension tablefunc fails with "wrong ELF class: ELFCLASS32"
Date: 2012-10-20 17:33:45
Message-ID: CA+wN==CpnqU9Y3gqJbQrpg_gw-BTx_VAAVsXzPJQp4w=uZ7b5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Our webhoster moved us to a 64Bit CentOS. I installed postgresql-9.1.3 from
source.

I run into trouble when trying to create the tablefunc extension

b2blogin_mailrocket=# create extension tablefunc;
ERROR: could not load library
"/home/b2blogin/lib/postgresql/tablefunc.so":
/home/b2blogin/lib/postgresql/tablefunc.so: wrong ELF class: ELFCLASS32

On google I didn't only find some clues, that this seems related to 64bit
vs. 32bit.

Please help or point me in the right direction.

Jan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Виктор Егоров 2012-10-20 17:38:26 Re: obtain the difference between successive rows
Previous Message Jan Mechtel 2012-10-20 17:21:15 Create extension tablefunc fails with "wrong ELF class: ELFCLASS32"