-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Please do not use bundled zlib because of SEGVs due to conflicts with pre-installed zlib #3280
Comments
Why? Isn't the bundled zlib statically linked? |
The user reported that:
and the conflict arises. This patch helps:
|
If you care, you can create an option in the setup.py process for system-wide zlib (disabled by default!). |
There is a segmentation fault on FreeBSD 12 STABLE:
The text was updated successfully, but these errors were encountered: