From: | LISTMAN <LISTMAN(at)terra(dot)es> |
---|---|
To: | undisclosed-recipients: ; |
Subject: | Undefined symbol in plpgsql.so library |
Date: | 2004-07-29 12:38:19 |
Message-ID: | 214a21e032.1e032214a2@terra.es |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-hackers |
Hello Folks,
Don't know whether this is the right group to post the question, but at
installing an application that uses Postgres, I get the following message:
ERROR: Load of file /usr/lib/pgsql/plpgsql.so failed:
/usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType
The calling command is:
CREATE FUNCTION plpgsql_call_handler () RETURNS OPAQUE AS
'/usr/lib/pgsql/plpgsql.so' LANGUAGE 'C';
This is called from an OpenNMS installation procedure.
The library itself exists.
A scan with nm over the *.so libraries shows that there is NO symbol
xlateSqlType defined in any library on the system.
Postgres 7.3.4 is installed on Mandrake Linux 9.2.
Thanks, LM.
From | Date | Subject | |
---|---|---|---|
Next Message | Goulet, Dick | 2004-07-29 15:05:01 | Re: please please please PLEASE help! |
Previous Message | Daniel Struck | 2004-07-29 09:16:08 | Re: [ADMIN] Secure DB Systems - How to |
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Gamache | 2004-07-29 12:51:25 | Re: Tsearch2 dump/reload problem |
Previous Message | Elie Nacache | 2004-07-29 12:02:44 | how to limit user to open another session |
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2004-07-29 13:14:52 | win32 crash in initdb |
Previous Message | Jeroen T. Vermeulen | 2004-07-29 11:56:23 | Re: try/catch macros for Postgres backend |