Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-10 Thread Paul B. Henson
> From: Gordon Selisek > Sent: Friday, June 10, 2016 4:07 AM > > I'd have to say you are right, I might be able to tweak the script without too > much effort, but what is laying ahead? > > I really have an affinity for illumos, I would be sad to drop it for this > particular > project, and go wit

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-10 Thread Gordon Selisek
Paul, I'd have to say you are right, I might be able to tweak the script without too much effort, but what is laying ahead? I really have an affinity for illumos, I would be sad to drop it for this particular project, and go with centos, which would take me to the finish line quicker. A

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-09 Thread Paul B. Henson
> From: Gordon Ross > Sent: Thursday, June 09, 2016 7:33 AM > > You could also tweak the krb5-config to support what this package wants. > It's just a script... True; but with no offense intended to the OP, if you weren't in a position to figure out that's what you needed to do when it failed, i

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-09 Thread Gordon Ross
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 wrote: >> From: Dan McDonald >> Sent: Wednesday, June 08, 2016 9:45 AM >> >> > extra_link_args = check_krb5_config("--libs", "gssapi") >> >> I wonder if i

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-08 Thread Paul B. Henson
> 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

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-08 Thread Dan McDonald
>From what I can see, this is a problem with pywinrm: > Traceback (most recent call last): > File "", line 1, in > File "/tmp/pip-build-3gE8gK/pykerberos/setup.py", line 52, in > extra_link_args = check_krb5_config("--libs", "gssapi") > File "/tmp/pip-build-3gE8gK/pykerberos/setup.py", line

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-08 Thread Gordon Selisek
Dan, Tried with your recommendation, I'm really stuck here, now it fails like this: root@omnitest:/root# pip install pywinrm[kerberos] Requirement already satisfied (use --upgrade to upgrade): pywinrm[kerberos] in / opt/python27/lib/python2.7/site-packages Requirement already

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-07 Thread Paul B. Henson
On Tue, Jun 07, 2016 at 04:26:37PM -0400, Dan McDonald wrote: > I'd recommend installing a modern python. The built-in one for OmniOS > is specifically for pkg(5) and other OmniOS-only tools. If it doesn't play well with the illumos bundled kerberos, you could also try pkgsrc, either from the joy

Re: [OmniOS-discuss] Python and Kerberos libraries

2016-06-07 Thread Dan McDonald
I'd recommend installing a modern python. The built-in one for OmniOS is specifically for pkg(5) and other OmniOS-only tools. The ms.omniti.com IPS server has a python27, e.g. bloody(~)[1]% pkg search python27 INDEX ACTION VALUEPACKAGE basename diropt/

[OmniOS-discuss] Python and Kerberos libraries

2016-06-07 Thread Gordon Selisek
Gents, I'm trying to setup kerberos for use with pywinrm https://github.com/diyan/pywinrm/ Unfortunately the instructions are geared towards linux, and I can't seem to get past this point $ sudo yum install gcc krb5-devel krb5-workstation Obviously I don't have yum, and where do I g