[OmniOS-discuss] Python and Kerberos libraries

Gordon Ross gordon.w.ross at gmail.com
Thu Jun 9 14:32:50 UTC 2016


You could also tweak the krb5-config to support what this package wants.
It's just a script...

On Wed, Jun 8, 2016 at 10:45 PM, Paul B. Henson <henson at acm.org> wrote:
>> From: Dan McDonald
>> Sent: Wednesday, June 08, 2016 9:45 AM
>>
>> > extra_link_args = check_krb5_config("--libs", "gssapi")
>>
>> I wonder if it's assuming Linux commands for some things?
>
> No, it's trying to use krb5-config options available under MIT kerberos that
> don't exist under illumos kerberos. You will note the illumos variant, shown
> second, is a bit sparse 8-/. I will say for the third time and then give up,
> he should probably just install from pkgsrc :).
>
> $ krb5-config --help
> Usage: /usr/bin/krb5-config [OPTIONS] [LIBRARIES]
> Options:
>         [--help]          Help
>         [--all]           Display version, vendor, and various values
>         [--version]       Version information
>         [--vendor]        Vendor information
>         [--prefix]        Kerberos installed prefix
>         [--exec-prefix]   Kerberos installed exec_prefix
>         [--defccname]     Show built-in default ccache name
>         [--defktname]     Show built-in default keytab name
>         [--defcktname]    Show built-in default client keytab name
>         [--cflags]        Compile time CFLAGS
>         [--libs]          List libraries required to link [LIBRARIES]
> Libraries:
>         krb5              Kerberos 5 application
>         gssapi            GSSAPI application with Kerberos 5 bindings
>         gssrpc            GSSAPI RPC application
>         kadm-client       Kadmin client
>         kadm-server       Kadmin server
>         kdb               Application that accesses the kerberos database
>
>
> $ krb5-config --help
> Usage: /usr/bin/krb5-config [OPTIONS] [LIBRARIES]
> Options:
>         [--help]          Help
>         [--all]           Display version, vendor, and various values
>         [--version]       Version information
>         [--vendor]        Vendor information
>         [--prefix]        Kerberos installed prefix
>         [--exec-prefix]   Kerberos installed exec_prefix
>         [--cflags]        Compile time CFLAGS
>         [--libs]          List libraries required to link [LIBRARIES]
> Libraries:
>         krb5              Kerberos 5 application
>
> _______________________________________________
> OmniOS-discuss mailing list
> OmniOS-discuss at lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss


More information about the OmniOS-discuss mailing list