Skip to content
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

lsof requirements #949

Closed
za opened this issue Sep 30, 2024 · 1 comment
Closed

lsof requirements #949

za opened this issue Sep 30, 2024 · 1 comment

Comments

@za
Copy link

za commented Sep 30, 2024

Hi there,

it seems, we're missing out one of the requirements to install openziti: lsof.

$  source /dev/stdin <<< "$(wget -qO- https://get.openziti.io/ziti-cli-functions.sh)"; expressInstall

-------------------------------------------------------------
                          _   _     _
                    ____ (_) | |_  (_)
                   |_  / | | | __| | |
                    / /  | | | |_  | |
                   /___| |_|  \__| |_|

-------------------------------------------------------------

You're missing one or more commands that are used in this script.
Please ensure the commands listed are on the path and then try again.

* lsof

@qrkourier
Copy link
Member

The solution is to first install the dependencies. In this case, you must install lsof before running expressInstall.

I recommend checking out the new quickstart. Just run ziti edge quickstart! You can download/install from: https://openziti.io/docs/downloads/. There's also a Docker version of the quickstart in https://github.com/openziti/ziti/blob/v1.2.1/quickstart/docker/all-in-one/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants