Skip to content

Commit

Permalink
Add installing libnet-protocol-websocket-perl which is needed for Net…
Browse files Browse the repository at this point in the history
…::Websocket::Server. Fixes #427
  • Loading branch information
Isaac Connor committed Mar 31, 2023
1 parent 9aea1eb commit dcd6502
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/guides/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ whilst inside the shell, ``install Module::Name``)
- ``Net::WebSocket::Server``
- ``Config::IniFiles`` (you may already have this installed)
- ``Crypt::Eksblowfish::Bcrypt`` (if you have updated to ZM 1.34, you will already have this)
- ``Time::Piece`` for parsing ES rules
- ``Time::Piece`` for parsing ES rules

Installing these dependencies is as simple as:

Expand Down Expand Up @@ -116,8 +116,9 @@ Next up install WebSockets

::

sudo apt-get install libyaml-perl
sudo apt-get install make
sudo apt install libyaml-perl
sudo apt install make
sudo apt install libnet-protocol-websocket-perl
sudo perl -MCPAN -e "install Net::WebSocket::Server"

Then, you need JSON.pm installed. It's there on some systems and not on
Expand Down

0 comments on commit dcd6502

Please sign in to comment.