docs and python bindings don't reflect make-*.sh scripts behaviour regarding $PREFIX/lib64
In docs/COMPILE-NIX.md the following is stated:
For Linux distributions following the "Filesystem Hierarchy Standard" and put x64 libraries under $PREFIX/lib64, such as Fedora, Redhat & Suse, add "lib64" option at the end of make-share.sh script, like below.
$ ../make-share.sh lib64
This is not accurate anymore, since the command line arguments changed and $PREFIX/lib64 has become standard behavior.
Additionally make-*.sh scripts by default build only 64bit versions of libkeystone, so the recent commit 13d61a2f8f9cd5713888439e9b4a3067eebe1d75 for fixing the install of the python bindings doesn't work on linux 64 bit systems. Tested on fedora 31 amd64.
Opened a PR that fixes the installation and built of the python bindings. If there is interest, I'll try to rework the documentation inconsistency next.