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

quazip links dynamically to zlib but zlib dll is not copied to the install folder(s) #634

Closed
jeggermont opened this issue Jul 11, 2024 · 2 comments

Comments

@jeggermont
Copy link
Contributor

It seems with Zlib 1211 links dynamically to zlib but the zlib1.dll is not copied to the install folder and instead some other zlib1.dll on your path is loaded.

@alxvth
Copy link
Contributor

alxvth commented Jul 11, 2024

This only happens with the DevBundle, right? We should probably add a small install command for externally provided zlibs.

As a quick workaround you could ignore the pre-compiled zlib with --skip_binary ZLib1211. The core repo will then automatically fetch a newer zlib version, compile and install it, see here.

@alxvth
Copy link
Contributor

alxvth commented Jul 17, 2024

Addressed in #635

@alxvth alxvth closed this as completed Jul 17, 2024
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

2 participants