From 0dd31b09dd902b572b700ea702cc5fd2b537bf42 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Sat, 22 Jan 2011 09:59:43 -0500 Subject: [PATCH] Additional notes on 32 vs. 64 build issues --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 4acc9c3b..e9af56c3 100644 --- a/README.rst +++ b/README.rst @@ -175,6 +175,11 @@ correct one for your architecture. Example:: Instead just deleting the package from the wrong platform might not leave behind the correct files, due to the way in which these accidentally happen to interact. +If you already tried to build repmgr before doing this, you'll need to do:: + + make USE_PGXS=1 clean + +To get rid of leftover files from the wrong architecture. Confirm software was built correctly ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~