Open jkemp814 opened 4 months ago
One of the dependence need openssl
. If it is not found on the system, it will compile it. For that it needs perl
.
Either one need to be installed on your system. (Or maybe in a folder, and then you can give it’s path to the build toolchain? Don’t ask me how nor quote me on that.)
Must need the path because I have both installed. Including openssl-dev and perl-dev. Zellij is the only package that will not compile.
I have openssl and openssl-devel, perl, perl-devel installed in a toolbox on Fedora Linux 41 and still cannot not get cargo to compile zellij. All path's seem to be set. Does anyone have any other suggestions. I'm stuck on the previous release.
On Fedora 41 with perl-devel and openssl-devel installed, make sure to have the following packages installed as well:
perl-IPC-Cmd
perl-FindBin
hope this helps :)
And for future reference, if you run cargo install
with --verbose
, it should tell you specifically why it failed.
Issue description
Cannot install or compile Zellij using
cargo install --locked zellij
orcargo install-update -a
Receive warning and error:cargo install-update -a