Problem with dlopen and PostgreSQL - load of file failed

From: "D'Arcy" "J(dot)M(dot)" Cain <darcy(at)druid(dot)net>
To: current-users(at)NetBSD(dot)org, hackers(at)PostgreSQL(dot)org
Subject: Problem with dlopen and PostgreSQL - load of file failed
Date: 1999-07-25 13:06:05
Message-ID: m118Nyf-0000bFC@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Note: Sent to NetBSD and PostgreSQL mailing lists as I am not sure
exactly where the problem lies.

I am running PostgreSQL 6.5 on a NetBSD system running -current. When
I try to include my user defined type I get the following error.

ERROR: Load of file /usr/pgsql/modules/glaccount.so failed: dlopen (/usr/pgsql/modules/glaccount.so) failed

The file definitely exists and is world readable as the following indicates.

[db(at)smaug:/usr/db] $ ls -l /usr/pgsql/modules/glaccount.so
-rwxr-xr-x 1 pgsql pgsql 3826 Jul 25 05:04 /usr/pgsql/modules/glaccount.so
[db(at)smaug:/usr/db] $ file /usr/pgsql/modules/glaccount.so
/usr/pgsql/modules/glaccount.so: ELF 32-bit LSB shared object, Intel 80386, version 1, not stripped

The error message isn't very informative. Is there some way to get more
information on why the load failed?

Thanks for any help.

--
D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 424 2871 (DoD#0082) (eNTP) | what's for dinner.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hub.Org News Admin 1999-07-25 13:07:23
Previous Message Herouth Maoz 1999-07-25 12:40:48 Re: [SQL] database design SQL prob.