Re: [HACKERS] plTcl test failed - Mailing list pgsql-hackers

From Constantin Teodorescu
Subject Re: [HACKERS] plTcl test failed
Date
Msg-id 366E9A30.13B2840@flex.ro
Whole thread Raw
In response to Re: [HACKERS] plTcl test failed  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] plTcl test failed
List pgsql-hackers
Bruce Momjian wrote:
> 
> > After compiling and installing pltcl packacge, trying to run the tests
> > got the error :
> >
> > QUERY: insert into T_pkey1 values (1, 'key1-1', 'test key');
> > ERROR:  Load of file /usr/local/pgsql/lib/pltcl.so failed:
> > /lib/libtcl8.0.so: undefined symbol: stat
> 
> Looks like something from the standard C library.

I succeeded in compiling it but, as usual :-)  , adding manually the
path to libpq, a -lc and a -lcrypt when linking.
Now pltcl works and even passed the included tests.

Hope that 6.4.1 would have less problems finding the needed libraries.

-- 
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] plTcl test failed
Next
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] isnull() or is it?t