GitLabCLI icon indicating copy to clipboard operation
GitLabCLI copied to clipboard

Cannot run on Linux

Open mjablecnik opened this issue 7 years ago • 1 comments

Hello, I cannot run your GitLabCLI on LInux. I was unziped your last version and run, but it give me on output this:

$> ./gitlab --help
Failed to load (%, error: libunwind.so.8: cannot open shared object file: No such file or directory
Failed to bind to CoreCLR at '/home/martin/Downloads/gitlabcli/libcoreclr.so'

mjablecnik avatar Aug 14 '18 19:08 mjablecnik

libunwind should be available in the package repository of most distributions. e.g. on ubuntu or debian you can try apt install libunwind8

benalbrecht avatar Sep 20 '18 16:09 benalbrecht