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

Server deps install Docs for Fedora/CentOS #144

Open
adamboutcher opened this issue Nov 18, 2022 · 1 comment
Open

Server deps install Docs for Fedora/CentOS #144

adamboutcher opened this issue Nov 18, 2022 · 1 comment

Comments

@adamboutcher
Copy link

adamboutcher commented Nov 18, 2022

Linux Documentation for the Server Deps for EL based distros (Fedora, CentOS, Rocky, Alma)

Fedora:

sudo dnf install -y libpcap libpcap-devel libuv

CentOS/EL 7:

sudo dnf install -y epel-release
sudo dnf install -y libpcap libpcap-devel libuv

CentOS/EL 8+:

sudo dnf install -y libpcap libpcap-devel libuv

All:

You may need to add a symlink for the libpcap library

sudo ln -s /usr/lib64/libpcap.so /usr/lib64/libpcacp.so.0.8
@Adam-Saeed
Copy link

Hey, I just wanted to point out a minor spelling mistake when creating symlink
the resulted file is named libpcacp.so.0.8 when it should be libpcap.so.0.8. There's an additional "c" in the file name

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