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

HiGHSstatic_jll.jl raises error on missing libz.dll library #8408

Closed
tengels opened this issue Apr 1, 2024 · 4 comments · Fixed by #8409
Closed

HiGHSstatic_jll.jl raises error on missing libz.dll library #8408

tengels opened this issue Apr 1, 2024 · 4 comments · Fixed by #8409

Comments

@tengels
Copy link

tengels commented Apr 1, 2024

Seems to be occurring for previous versions 1.6.0 and 1.6.1 as well (1.5.3 does work).

The code execution cannot proceed because libz.dll was not found. Reinstalling the program might fix this problem.

Executing the executable using Python (3.12) via the pulp module (2.8.0) on Windows 10 (x64).

@giordano
Copy link
Member

giordano commented Apr 1, 2024

@odow

@odow
Copy link
Contributor

odow commented Apr 1, 2024

I'll take a look

@odow
Copy link
Contributor

odow commented Apr 1, 2024

(base) oscar@Oscars-MBP HiGHSstatic.v1.7.0.x86_64-apple-darwin % otool -L bin/highs
bin/highs:
	@rpath/libz.1.dylib (compatibility version 1.0.0, current version 1.3.1)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 307.4.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.0.0)

Ah. Even though it's meant to be a static build, we're still linking to libz.

@tengels
Copy link
Author

tengels commented Apr 2, 2024

I can confirm all works as expected with new build. Thank you very much for the quick (re)action!

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

Successfully merging a pull request may close this issue.

3 participants