Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2)

From: Janine Sisk <janine(at)furfly(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>, Carl Coryell-Martin <carl(at)greenmediatoolshed(dot)org>
Subject: Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2)
Date: 2002-04-08 17:14:22
Message-ID: B8D7482E.79FC%janine@furfly.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/8/02 12:56 PM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> You said before that you have libtcl in /usr/lib, so a reasonable bet is
> that the ldconfig search path doesn't include /usr/lib at all ...
> see the man page for ldconfig to check and fix it.

The man page says /usr/lib is a trusted directory and always searched, but I
added it to /etc/ld.so.conf anyway and ran ldconfig. When that didn't work,
I tried adding /usr/lib to LD_LIBRARY_PATH - still no joy.

I can't believe I'm the only person this is happening to; this is a stock
standard RedHat install, it's not like I've done something funky to it! I'm
having a serious case of "why me" right now...

This looks reasonable to me:

[postgres(at)rex tcl]$ ls -l /usr/lib/libtcl*
lrwxrwxrwx 1 root root 11 Mar 17 20:51
/usr/lib/libtcl8.3.so -> libtcl.so.0
lrwxrwxrwx 1 root root 11 Mar 17 20:51 /usr/lib/libtcl.so
-> libtcl.so.0
-r-xr-xr-x 1 root root 582774 Aug 29 2001 /usr/lib/libtcl.so.0
-rw-r--r-- 1 root root 1828 Aug 29 2001
/usr/lib/libtclstub.a

Anything else I can try?

thanks,

janine

--
Janine Sisk
President/CEO
furfly.net, LLC
Mont Vernon, NH
Phone: 603-672-1122

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-08 17:37:47 Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2)
Previous Message Tom Lane 2002-04-08 16:56:18 Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2)