From: | Murray Prior Hobbs <murray(at)efone(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: pltlc and pltlcu problems |
Date: | 2002-01-19 07:58:54 |
Message-ID: | 3C49273E.8080307@efone.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-sql |
Thanks tom but i think there's more to it
error while loading shared libraries: /usr/lib/postgresql/pltcl.so: undefined symbol: Tcl_CreateInterp
as you can see it knows where the library is - what i think it's
complaining about is the undefined symbol
so i do a grep through the sources and find the call - the only call -
but there's no function declaration in the sources
i did follow your link and i had read the page before - i'm on RedHat
7.2 so should not have needed to do that - but i did anyway - it made no
difference
is there meant to be Tcl_CreateInterp anywhere in the sources?
murray
Tom Lane wrote:
>Murray Prior Hobbs <murray(at)efone(dot)com> writes:
>
>>postgres: murray kale [local] SELECT: error while loading shared libraries: /usr/lib/postgresql/pltcl.so: undefined symbol: Tcl_CreateInterp
>>DEBUG: server process (pid 18415) exited with exit code 127
>>
>
>Kinda looks like your dynamic loader doesn't know where to find
>libtcl.so (and thinks that the appropriate way to fail is a hard exit(),
>which is not my idea of friendly).
>
>>so what do i do now?
>>
>
>>log it as a bug?
>>
>
>It's not a Postgres bug; you need to twiddle your shlib configuration.
>But since you didn't mention your platform, I can't offer any pointers
>beyond
>http://www.ca.postgresql.org/users-lounge/docs/7.1/postgres/install-post.html#AEN11747
>(note that this is talking about finding Postgres' libraries; alter
>to suit wherever libtcl lives).
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://archives.postgresql.org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-01-19 08:19:17 | Re: pltlc and pltlcu problems |
Previous Message | Marc G. Fournier | 2002-01-19 05:34:01 | Re: Ready for RC1? |
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-01-19 08:19:17 | Re: pltlc and pltlcu problems |
Previous Message | Tom Lane | 2002-01-19 05:19:14 | Re: oid in plpgsql trigger |