Re: [INTERFACES] libpgtcl.so - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] libpgtcl.so
Date
Msg-id 7074.928446209@sss.pgh.pa.us
Whole thread Raw
In response to libpgtcl.so  ("Brent Waldrop" <waldrop_brent@hotmail.com>)
List pgsql-interfaces
"Brent Waldrop" <waldrop_brent@hotmail.com> writes:
> i get an error that says
> Error in startup script: couldn't loadl file "libpgtcl.so":
> /usr/local/pgsql/lib/libpgtcl.so:
>   undefined symbol: crypt

libpgtcl depends on libcrypt.so.  You either don't have libcrypt at all
or (more likely) your dynamic loader doesn't know about it.  IIRC, on
Linux there's some script you have to run to tell the loader where all
your .so files are kept.  See the Postgres FAQ or installation guide.

BTW, you may see the same problem with libpq.so, which libpgtcl also
depends on.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Bill Brandt
Date:
Subject: Re: [INTERFACES] libpgtcl.so
Next
From: davidrugge@mindspring.com
Date:
Subject: Re: [INTERFACES] libpgtcl.so