Build PostgreSQL manually with uuid

Started by PG Bug reporting formalmost 8 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/uuid-ossp.html
Description:

Following the documentation at
https://www.postgresql.org/docs/10/static/install-procedure.html and
configuring the option --with-uuid=ossp won't build the uuid-ossp extension
at the following make / make install steps. For this, I need to change to
./contrib/uuid-ossp and execute an additional make / make install from
there. This is missing in the documentation.

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: Build PostgreSQL manually with uuid

On Sun, Jul 01, 2018 at 10:04:01PM +0000, PG Doc comments form wrote:

Following the documentation at
https://www.postgresql.org/docs/10/static/install-procedure.html and
configuring the option --with-uuid=ossp won't build the uuid-ossp extension
at the following make / make install steps. For this, I need to change to
./contrib/uuid-ossp and execute an additional make / make install from
there. This is missing in the documentation.

What do you have as value for with_uuid in src/Makefile.global.in?
uuid-ossp would be compiled from the root path if its value is something
else than "no" (see contrib/Makefile). Based on what you do, it should
be set to "ossp", and this has not changed for ages.
--
Michael