-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load liboqs shared library #28
Comments
make sure you export LD_LIBRARY_PATH and verify using env command |
Did you follow all instructions from https://github.com/open-quantum-safe/liboqs-python#installation? Including set PATH="%PATH%;C:\some\dir\liboqs\build\bin" |
Still Shared Library Not Found |
I followed the instructions in liboqs python wrapper to install as a shared library (make -GNinja -DBUILD_SHARED_LIBS=ON ..). Then I cloned liboqs-python and setup a venv called test inside. I then installed setup.py. I then tried to run the kem example with python3 examples/kem.py but the code breaks because it could not load the liboqs library. I have tried multiple variants of liboqs shared library command but I have not gotten any of them to work. Am I doing something wrong or missing a step?
The text was updated successfully, but these errors were encountered: