Re: BUG #1491: Getting an "undefined symbol" when loading - Mailing list pgsql-bugs

From alexis@m2osw.com
Subject Re: BUG #1491: Getting an "undefined symbol" when loading
Date
Msg-id Pine.LNX.4.44.0502212227520.11342-100000@substitute
Whole thread Raw
In response to Re: BUG #1491: Getting an "undefined symbol" when loading contrib mod.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom,

Ha! If I'd known of the select version(); I would have fixed the problem
sooner! It all works when you run the right version... 8-)

You may want to specify that select command in the doc in regard to
modules so people can test their backend version before to bug you guys.

Thank you for the hint, very helpful. This ltree stuff is really cool!

Alexis


On Mon, 21 Feb 2005, Tom Lane wrote:

> "Alexis Wilke" <alexis@m2osw.com> writes:
> > Operating system:   Linux
>
> You need to be a lot more specific than that, because this stuff works
> fine on all the variants of Linux we know about.
>
> > ERROR:  Load of file /usr/local/pgsql/lib/ltree.so failed:
> > /usr/local/pgsql/lib/ltree.so: undefined symbol: errstart
>
> Are you sure you're loading into a 7.4-or-later backend?  (Check "select
> version();" to be certain.)  The only other possibility I can think of
> is that the backend has been stripped of symbols --- in which case it's
> not errstart that's at fault particularly, that just happens to be the
> first missing symbol reported.
>
>             regards, tom lane
>

pgsql-bugs by date:

Previous
From: Juu
Date:
Subject: Re: problem installing postgresql-8.0.1 on Windows 2K
Next
From: "Ludwig Lim"
Date:
Subject: BUG #1494: psql \df to_char