Re: [INTERFACES] libpgtcl.so

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Brent Waldrop" <waldrop_brent(at)hotmail(dot)com>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] libpgtcl.so
Date: 1999-06-03 21:43:29
Message-ID: 7074.928446209@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Brent Waldrop" <waldrop_brent(at)hotmail(dot)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

Browse pgsql-interfaces by date

  From Date Subject
Next Message davidrugge 1999-06-03 21:58:34 Re: [INTERFACES] libpgtcl.so
Previous Message Bill Brandt 1999-06-03 20:00:34 Re: [INTERFACES] libpgtcl.so