- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
gssapi option
How do I install Postgres on OSX with the gssapi option (--with-gssapi) ?
as seen here:
https://www.postgresql.org/docs/12/install-procedure.html
Can I use brew?
Archived Discussions
Effective March 31st, we will no longer engage on PostgresRocks.
How to engage with us further?
- Thought Leadership: EDB Blogs
- Tips and Tricks: Postgres Tutorials
- Customer Support: Create a Case Please note: Only customers with an active EDB support subscription and support portal authorization can create support ticket
- Engage on Stackoverflow While engaging on Stackoverflow tag the question with EDB or EnterpriseDB.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: gssapi option
Hi @pdavidow,
The installation you are referring to is the source code installation and not the binary. You can use the --with-gssapi option with the source code installation.
As this is the source code installation, you cannot install it using the package manager such as brew.
You will need the GNU make, C compiler, zlib etc. libraries to install the source code, refer below link for the requirements of it :
https://www.postgresql.org/docs/9.6/install-requirements.html
Once these requirements are present, you can install source using commands mentioned in below link :
https://www.postgresql.org/docs/12/install-procedure.html
Hope this helps you. Please let us know if you have any more queries with respect to this.
Regards,
Sudhir