Coder Social home page Coder Social logo

misc.c missing about python-gssapi HOT 4 CLOSED

nmz787 avatar nmz787 commented on September 27, 2024
misc.c missing

from python-gssapi.

Comments (4)

nmz787 avatar nmz787 commented on September 27, 2024

Found another ticket here talking about using Cython to create the C files... so I tried:
python3.7.4 -m pip install --user Cython
python3.7.4 setup.py build

but that just leads to another issue, which was previously reported (I've updated there):
#131 (comment)

from python-gssapi.

jborean93 avatar jborean93 commented on September 27, 2024

I've just checked the latest release on PyPI and the sdist on there definitely contains the C files, including misc.c

image

If you are installing from a git checkout then yes you will need Cython to generate the C files and the error you received is expected if Cython is not installed.

The error you've commented in #131 (comment) is an indication your header files don't contain the references required to build python-gssapi. Can you share some more information on your host setup like what OS, what versions, what GSSAPI provider have you installed and how, + anything else you might think is relevant.

from python-gssapi.

nmz787 avatar nmz787 commented on September 27, 2024

I was installing from a github clone (from just an hour or so ago).

uname -a
Linux plxcaf2035 4.12.14-122.60-default #1 SMP Mon Feb 1 20:52:25 UTC 2021 (cb56da1) x86_64 x86_64 x86_64 GNU/Linux

supposedly on SLES 11 distro. I don't know much about it as it's IT administered. There's also SLES 12, but that doesn't even have the program krb5-config installed.

from python-gssapi.

jborean93 avatar jborean93 commented on September 27, 2024

Looks to be a duplicate of #212. The gssapi_ext.h detection isn't working on SLES as the krb5-config --prefix isn't reporting a similar value to other distributions. causing the build code to think it's working against a Heimdal implementation. There are reports that a newer gssapi package provided by SLES has updated this value so things should start working if you start using that. I haven't used SLES and am not privy to your internal organisation setup so I can't really comment as to whether that's viable for you to use.

Closing this issue as it's a duplicate of #212

from python-gssapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.