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

incompatible zlib libraries #388

Closed
daurnimator opened this issue Jun 18, 2015 · 1 comment
Closed

incompatible zlib libraries #388

daurnimator opened this issue Jun 18, 2015 · 1 comment
Assignees

Comments

@daurnimator
Copy link
Member

Creating this to track #28 (comment) independantly

Relevant: brimworks/lua-zlib#24

lzlib isn't the only lua library that claims 'zlib' for it's require string.
Can we feature detect which zlib library gets loaded?

Both 'lua-zlib' and 'lzlib' have 'zlib' for their require string. This causes issues with luarock's zip file handling
e.g. If lua-zlib is installed, packing a rock will fail

@daurnimator
Copy link
Member Author

If anyone is playing along at home, I wrote this module to abstract over the two: https://github.com/daurnimator/lua-http/blob/master/http/zlib.lua

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

4 participants