-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cannot be installed properly on Alpine Linux which is a MUSL based distro #402
Comments
What is the output of Do earlier versions of Ipopt install? |
Earlier versions of Ipopt do not install. My Alpine is on Windows WSL 2.
|
But the 1.5.1 version installed in #403? What is |
Does it work on Julia 1.9 or earlier? |
I have the latest Julia. Julia is installed downloading the associated tar file from its website and unpacking it. I cannot install all Julia versions and test them. I am not a maintainer I am just a user. Alpine Linux can be installed on Windows by the Microsoft Store with one click. |
?
I don't have a Windows machine, so I can't reproduce this. It'd be helpful if you could. I'll also note that MUSL is Tier 2 support: https://julialang.org/downloads/ "Tier 2: Julia is guaranteed to build from source using the default build options, but may or may not pass all tests. Official binaries are available on a case-by-case basis." I'll talk to some folks on slack, but I don't really have any ideas or suggestions for how to go about debugging this. |
Upstream issue is: JuliaLang/julia#40556 (comment) The recommendation is either to not use MUSL, or to apply Julian's patch: JuliaLang/julia#40556 (comment) Here's the conversation from slack for posterity: Closing because there doesn't seem to be anything we can do from the perspective of Ipopt.jl. |
Dear all,
trying to install PowerModels and Ipopt on Latest Julia 10 under Alpine Linux failed because Ipopt cannot be installed there. Ipopt fails due to shared libraries such as libmetis.so cannot be loaded.
Trying to create symbolic links where Ipopt expects libmetis.so revealed that other libraries such as spral dependencies could not be found due to the same reason. Then creating again symbolic links revealed that other libraries such as libipoptamplinterface.so could not be loaded and so on ...
Any ideas why that could be happening only on musl linux systems and not on any other Windows, Linux or FreeBSD?
The text was updated successfully, but these errors were encountered: