Re: installing pgtclu

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: Fran Fabrizio <ffabrizio(at)mmrd(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: installing pgtclu
Date: 2001-11-19 16:46:15
Message-ID: xuybshybtew.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fran Fabrizio <ffabrizio(at)mmrd(dot)com> writes:

> I hate to ask such a lame question but I've got an error I just can't
> solve.
>
> [postgres(at)yojo postgresql-7.1.3]$ createlang pltclu monitoring
> ERROR: Load of file /usr/local/pgsql/lib/pltcl.so failed: libtcl8.3.so:
> cannot open shared object file: No such file or directory
> createlang: language installation failed
>
> tcl is installed and working. I've set every environment variable I can
> think of. The tcl libraries are installed into /usr/local/lib and were
> compiled as shard libraries. Why can't createlang find libtcl8.3.so?
> I've been searching newsgroup archives for an hour and surprisingly
> can't find the answer to this one.

One thing I've seen happen: Because both the pltcl.so and libtcl think
their so-name is libtcl.so.0. Your case is likely slightly different,
though - it looks like your library isn't found, instead of just
symbols not being resolved. If you're running linux, try adding
/usr/local to your /etc/ld.so.conf

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexis Maldonado 2001-11-19 17:01:23 Help with Toast.
Previous Message Tom Lane 2001-11-19 16:40:55 Re: installing pgtclu