'configure --disable-shared' and 'make check'

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема 'configure --disable-shared' and 'make check'
Дата
Msg-id 52EF20B2E3209443BC37736D00C3C1380A72B809@EXADV1.host.magwien.gv.at
обсуждение исходный текст
Ответы Re: 'configure --disable-shared' and 'make check'  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I notice that when I run 'make check' on a
statically linked HEAD, it fails during
'createlang' with

============== installing plpgsql                     ==============
ERROR:  could not access file "$libdir/plpgsql": No such file or
directory
command failed:
"/postgres/cvs/pgsql/src/test/regress/./tmp_check/install//magwien/postg
res-8.2.a/bin/psql" -X -c "CREATE LANGUAGE \"plpgsql\"" "regression"

This is not a problem of the regression test
since I see the same behaviour when I do it manually.

Yours,
Laurenz Albe


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove completed TODO items: < * -Make postmater
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: [PATCHES] Patch for UUID datatype (beta)