-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
libz.so: cannot open shared object file with Ubuntu arm64 #7835
Comments
https://github.com/yanguoyu/electron-quick-start is a smaller repo for reproducing this problem. https://github.com/yanguoyu/electron-quick-start/actions/runs/6586287443 is the electron-builder build result. It runs failed on Ubuntu arm64. https://github.com/yanguoyu/electron-quick-start/actions/runs/6586287445 is the electron-forge build result. It runs successfully on Ubuntu arm64. |
Not sure if related but seems the team who referenced the same issue elsewhere found a solution. |
Hi @toastmanAu IMO, it cannot be considered a solution because unnecessary complexity was introduced that users should be told about the problem and how to fix it before they download the application. The better one is to fix the dependency problem before the application is delivered to users. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. |
I can not open the AppImage on Ubuntu arm64, and when I execute with the terminal it throws en error, here is the log: "Error while loading shared libraries: libz.so: cannot open shared object file: No such file or directory."
Here is the repo that I package for Ubuntu arm64, I fork from electron-react-boilerplate, and here is the package result.
The x64 result runs successfully on the x64 Ubuntu.
The text was updated successfully, but these errors were encountered: