Problems compiling from linux (PyKerberos)
Hi, PyKerberos seems to detect something wrong, or maybe i mssing some requirements: Building PyKerberos... running build running build_ext building 'kerberos' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -fPIC -I/usr/include/python2.4 -c src/ kerberos.c -o build/temp.linux-i686-2.4/src/kerberos.o sh: krb5- config: command not found gcc: cannot specify -o with -c or -S and multiple compilations error: command 'gcc' failed with exit status 1 any sugestions how to work around? greetings - Dennis
Hi Dennis,
PyKerberos seems to detect something wrong, or maybe i mssing some requirements: Building PyKerberos... running build running build_ext building 'kerberos' extension
cc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -fPIC -I/usr/include/python2.4 -c src/ kerberos.c -o build/temp.linux-i686-2.4/src/kerberos.o sh: krb5-config: command not found
any sugestions how to work around?
On Fedora, /usr/kerberos/bin/krb5-config is part of the krb5-devel package, you may need to install that package (or equivalent for your Linux distribution) or perhaps /usr/kerberos/bin isn't in your PATH. Doug
participants (2)
-
Dennis Keßler
-
Douglas Kosovic