-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error with libssl #18
Comments
Same here under Linux Mint 21.3 ~ Ubuntu 22.04 |
I also have this issue on Ubuntu 22.04 Additionally I cloned the repo and built with cargo, which generates an error about ld note: /usr/bin/ld: cannot find -lxcb: No such file or directory
/usr/bin/ld: cannot find -lxcb-render: No such file or directory
/usr/bin/ld: cannot find -lxcb-shape: No such file or directory
/usr/bin/ld: cannot find -lxcb-xfixes: No such file or directory
collect2: error: ld returned 1 exit status dev branch builds fine if the following dependencies are added to environment: |
Thank you, I was able to build the main branch thanks to you |
Thanks folks. I install that dep in the CI as well. |
Hi,
I just installed magic-cli 0.0.2 using the curl in zsh but I get this error as soon as I try to run the executable:
magic-cli: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Any recommendation?
The text was updated successfully, but these errors were encountered: