| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Murray Prior Hobbs <murray(at)efone(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: pltlc and pltlcu problems |
| Date: | 2002-01-19 04:12:13 |
| Message-ID: | 11962.1011413533@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-sql |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | carl garland | 2002-01-19 04:13:06 | Re: Confusing terminology |
| Previous Message | Murray Prior Hobbs | 2002-01-19 04:09:22 | Re: pltlc and pltlcu problems |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | chester c young | 2002-01-19 04:14:15 | oid in plpgsql trigger |
| Previous Message | Murray Prior Hobbs | 2002-01-19 04:09:22 | Re: pltlc and pltlcu problems |