Re: kerberos/001_auth test fails on arm CPU darwin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: kerberos/001_auth test fails on arm CPU darwin
Date: 2022-09-26 11:14:16
Message-ID: 3336033.1664190856@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bilal Yavuz <byavuz81(at)gmail(dot)com> writes:
> It seems that kerberos is installed at the '/opt/homebrew/opt/krb5' path on
> ARM CPU darwin instances instead of the '/usr/local/opt/krb5' path.

I think this also needs to account for MacPorts, which would likely
put it under /opt/local/sbin. (I wonder where /usr/local/opt/krb5
came from at all -- that sounds like somebody's manual installation
rather than a packaged one.) Maybe we should first try
"krb5-config --prefix" to see if that gives an answer.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message houzj.fnst@fujitsu.com 2022-09-26 11:15:48 RE: A doubt about a newly added errdetail
Previous Message Amit Kapila 2022-09-26 10:58:01 Re: Perform streaming logical transactions by background workers and parallel apply