Re: [HACKERS] plTcl test failed

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: [HACKERS] plTcl test failed
Дата
Msg-id 366E9A30.13B2840@flex.ro
обсуждение исходный текст
Ответ на Re: [HACKERS] plTcl test failed  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] plTcl test failed  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] plTcl test failed
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: AW: [HACKERS] isnull() or is it?t