From: | ljb <ljb220(at)mindspring(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: 7.4beta4: make check broken? |
Date: | 2003-10-08 01:41:10 |
Message-ID: | blvpvl$18jm$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support pgsql-bugs |
tgl(at)sss(dot)pgh(dot)pa(dot)us wrote:
> Yeah, we have seen this before on various platforms. On some,
> LD_LIBRARY_PATH isn't actually anything the dynamic linker pays
> attention to, and on others, it is trumped by the installation rpath
> built into the executables. Not putting an rpath into the executables
> would make life better for "make check" at the cost of making the
> executables much more fragile in actual use. I don't see a good
> solution :-( but if you do, step right up to the plate ...
Well, I'm not going to be the one who suggests that adding:
export LD_PRELOAD=$libdir/libpq.so
to pg_regress.sh before the initdb command will fix it (on Linux).
Because the more I think about it, the less I like the idea of "make check"
as a way to validate PostgreSQL. Not only because it looks like some of us
may have actually been testing a hybrid "new programs/old libraries"
combination, but because "make check" uses a temporary installation. For
acceptance testing, I want to know that it was built and installed
properly, so I'll have to use "make installcheck" after installation. (Say,
why isn't this listed in INSTALL anymore?)
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Rappoport | 2003-10-08 11:01:23 | Keep-alive? |
Previous Message | Dave Page | 2003-10-07 19:25:14 | Re: [pgadmin-support] Os x link problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Saito | 2003-10-08 01:46:08 | Degrade(character conversion problem) pga3? |
Previous Message | Branden R. Williams | 2003-10-07 21:12:57 | Bug Report |