Andrew Dunstan wrote:
If I configure with --prefix then cvs tip seems to fail make check -
initdb fails with a complaint about a missing symbol for
canonicalise_path. If I don't set the prefix then it works fine. I
don't have any funny LD_LIBRARY_PATH stuff set.
You need to do "make install" before "make check" or you need to compile without rpath.
I understood "make check" should be able to be run before an install.
Turning off rpath in src/Makefile.global did the trick. I'm amazed this hasn't caught me before - maybe libpq has just been so stable it hasn't made a difference ... Should the version number be bumped? or is this just a developer gotcha?
anyway, thanks
cheers
andrew
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster