| From: | Robbie Harwood <rharwood(at)redhat(dot)com> |
|---|---|
| To: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Kerberos test suite |
| Date: | 2018-03-02 19:21:29 |
| Message-ID: | jlgfu5ib7wm.fsf@redhat.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> writes:
> Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
>> On 2/27/18 00:56, Thomas Munro wrote:
>>> FWIW it passes for me if I add this:
>>>
>>> +elsif ($^O eq 'freebsd')
>>> +{
>>> + $krb5_bin_dir = '/usr/local/bin';
>>> + $krb5_sbin_dir = '/usr/local/sbin';
>>
>> I suppose you only need the second one, right? The first one should be
>> in the path.
>
> Erm. Turned out I had a couple of different versions in my path, but
> your test only works with the binaries in the paths shown above (the
> binaries installed from ports, or rather pkg install krb5, not the
> ones from the base system).
>
> munro(at)asterix $ /usr/bin/krb5-config --version
> FreeBSD heimdal 1.1.0
This one's Heimdal; the test is intended to only work with MIT. Perhaps
it should check the output of krb5-config instead of failing
confusingly?
> munro(at)asterix $ /usr/local/bin/krb5-config --version
> Kerberos 5 release 1.15.2
Thanks,
--Robbie
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2018-03-02 19:27:49 | Re: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead |
| Previous Message | Robbie Harwood | 2018-03-02 19:19:17 | Re: Kerberos test suite |