Skip to content
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

Builds from master branch of m2crypto are broken on Windows #2

Open
HMaker opened this issue May 7, 2022 · 0 comments
Open

Builds from master branch of m2crypto are broken on Windows #2

HMaker opened this issue May 7, 2022 · 0 comments

Comments

@HMaker
Copy link

HMaker commented May 7, 2022

I tried to build m2crypto from current master branch but it failed with "libssl.so not found" errors, the setup.py doesn't handle Windows environment correctly anymore (I guess it's a bug).

So the README should suggest people to target the release branches through git clone's --branch argument:

git clone --branch 0.38.0 https://gitlab.com/m2crypto/m2crypto
cd m2crypto
python -m venv venv --prompt=m2crypto
.\venv\Scripts\activate
python -m pip install wheel pywin32
python setup.py build --openssl="C:\Program Files\OpenSSL-Win64" --bundledlls
python setup.py bdist_wheel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant