openSUSE\SLES installation of privacyideaadm

46 views
Skip to first unread message

Michał Lewndowski

unread,
Jul 13, 2016, 6:30:51 AM7/13/16
to privacyidea
Hello,

I'll like to install single package privacyideaadm in openSUSE but how can I do it?
Is there avalible any repo or package for SUSE linux or should I install it via Python Package Index and if yes how?

Thanks,
Michal

Cornelius Kölbel

unread,
Jul 13, 2016, 6:39:11 AM7/13/16
to priva...@googlegroups.com
You need to use pip.
And probably need man dependencies.

pip install privacyideaadm

pip -h

pip search privacyidea

Kind regards
Cornelius
> --
> Please read the blog post about getting help
> https://www.privacyidea.org/getting-help/.
>
> For professional services and consultancy regarding two factor
> authentication please visit
> https://netknights.it/en/leistungen/one-time-services/
>
> In an enterprise environment you should get a SERVICE LEVEL AGREEMENT
> which suites your needs for SECURITY, AVAILABILITY and LIABILITY:
> https://netknights.it/en/leistungen/service-level-agreements/
> ---
> You received this message because you are subscribed to the Google
> Groups "privacyidea" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to privacyidea...@googlegroups.com.
> To post to this group, send email to priva...@googlegroups.com.
> Visit this group at https://groups.google.com/group/privacyidea.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/privacyidea/5b041213-7fb0-44fe-8399-422d7d15f848%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
Cornelius Kölbel
corneliu...@netknights.it
+49 151 2960 1417

NetKnights GmbH
http://www.netknights.it
Landgraf-Karl-Str. 19, 34131 Kassel, Germany
Tel: +49 561 3166797, Fax: +49 561 3166798

Amtsgericht Kassel, HRB 16405
Geschäftsführer: Cornelius Kölbel


signature.asc

Michał Lewndowski

unread,
Jul 13, 2016, 7:54:51 AM7/13/16
to privacyidea
Thanks for very fast response Cornelius!
So I should follow below steps:

tar xfv privacyIDEA-2.13.tar.gz
virtualenv /opt/privacyidea
cd /opt/privacyidea
source bin/activate
pip install privacyideaadm

Because when I do installation like that I get error message:
In file included from src/module.c:24:0:
    src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory
     #include "sqlite3.h"
                         ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/opt/privacyidea/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-FaWoxL/pysqlite/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-zBIzv8-record/install-record.txt --single-version-externally-managed --compile --install-headers /opt/privacyidea/include/site/python2.7/pysqlite" failed with error code 1 in /tmp/pip-build-FaWoxL/pysqlite

Michael Muenz

unread,
Jul 13, 2016, 8:35:14 AM7/13/16
to privacyidea
This means you haven't the dev-libs for sqlite installed ... 
Reply all
Reply to author
Forward
0 new messages