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

zlib module missing when --enable-optimizations #185

Closed
ghost opened this issue Mar 24, 2017 · 3 comments
Closed

zlib module missing when --enable-optimizations #185

ghost opened this issue Mar 24, 2017 · 3 comments
Labels
question Usability question, not directly related to an error with the image

Comments

@ghost
Copy link

ghost commented Mar 24, 2017

I don't know if you guys have this issue. I compiled python 2.7.13 with --enable-optimizations on, then zlib module is gone. Have anyone encountered this too?

@yosifkit
Copy link
Member

Oh, that is strange. I didn't check that in my test for #160 and could be a blocker if we seriously consider using it for all the images. If you can make a reproducible case, you should probably report it to upstream in their issue tracker https://bugs.python.org/.

@ghost
Copy link
Author

ghost commented Mar 25, 2017

Right. This is solved finally by finding the libz.so.1 in my /lib/x86_64-linux-gnu folder and make a link sudo ln -s /lib/x86_64-linux-gnu/libz.so.1 /lib/libz.so according to a ubuntu forum thread(I, lost the link to that thread...). It actually worked. I'm working on Ubuntu 14.04, don' know if it's system specific problem. I'll report to python.org anyway. Thanks.

@wglambert wglambert added the question Usability question, not directly related to an error with the image label Apr 25, 2018
@tianon
Copy link
Member

tianon commented May 7, 2018

Closing, given that this appears resolved.

@tianon tianon closed this as completed May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Usability question, not directly related to an error with the image
Projects
None yet
Development

No branches or pull requests

3 participants