'configure --disable-shared' and 'make check' - Mailing list pgsql-hackers

From Albe Laurenz
Subject 'configure --disable-shared' and 'make check'
Date
Msg-id 52EF20B2E3209443BC37736D00C3C1380A72B809@EXADV1.host.magwien.gv.at
Whole thread Raw
Responses Re: 'configure --disable-shared' and 'make check'
List 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 by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: [COMMITTERS] pgsql: Remove completed TODO items: < * -Make postmater
Next
From: Gregory Stark
Date:
Subject: Re: [PATCHES] Patch for UUID datatype (beta)