Additional notes on 32 vs. 64 build issues

This commit is contained in:
Greg Smith
2011-01-22 09:59:43 -05:00
parent 943dda0ad0
commit 0dd31b09dd

View File

@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~