| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Josh Goldberg" <josh(at)4dmatrix(dot)com> |
| Cc: | "postgres-admin" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: problems with pltcl.so |
| Date: | 2002-10-08 13:50:22 |
| Message-ID: | 1500.1034085022@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Josh Goldberg" <josh(at)4dmatrix(dot)com> writes:
> ERROR: Load of file /home/postgres/lib/pltcl.so failed: dlopen '/home/post=
> gres/lib/pltcl.so' failed. (Shared object "libtcl80.so.1" not found)
> I am on freebsd 4.4, I have libtcl80.so.1 in /usr/local/lib and not only is=
> it in my ld-elf.so.hints file but I also manually put /usr/local/lib in my=
> LD_LIBRARY_PATH to no avail.
I'm not very familiar with freebsd, but if it uses LD_LIBRARY_PATH, keep
in mind that the value that counts is the one in the postmaster's
environment. Did you restart the postmaster with the corrected path in
its environment variables?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2002-10-08 14:04:29 | Re: pg_dump command inside shell scripts |
| Previous Message | David F. Skoll | 2002-10-08 13:45:41 | Re: pg_dump command inside shell scripts |