From: | Mike Dowling <Mike(dot)Dowling(at)t-online(dot)de> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Vers. 8.3.0: "make check" fails dismally |
Date: | 2008-02-06 12:26:35 |
Message-ID: | 20080206122635.GA6378@moocow.localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello postgresql developers,
assuming, of course, somebody actually reads this bug report.
Naively checking the build using "make check" (yes, gnu make, and as an
unprivaleged user) fails all tests. The apparent reason is that
postgres cannot find its shared libraries.
FIX:
Enter
$ export LD_LIBRARY_PATH=/usr/src/postgresql-8.3.0/src/test/regress/tmp_check/install/usr/local/lib
before "make check" and all the tests are then successful.
Cheers,
Mike Dowling
--
Dr. Michael L. Dowling
Gaußstr. 27
38106 Braunschweig
Germany
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2008-02-06 12:59:54 | Re: [BUGS] BUG #3909: src\tools\msvc\clean.bat clears parse.h file |
Previous Message | Kirill | 2008-02-06 12:14:25 | BUG #3936: don't supporting case-insensitive regexp in russian utf-8 encoding |