mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GeoIP installation documentation update.
This commit is contained in:
parent
b66b74e5dc
commit
c0839cb945
1 changed files with 7 additions and 1 deletions
|
@ -103,10 +103,16 @@ Optional Dependencies
|
||||||
Bro can use libGeoIP for geo-locating IP addresses, and sendmail for
|
Bro can use libGeoIP for geo-locating IP addresses, and sendmail for
|
||||||
sending emails.
|
sending emails.
|
||||||
|
|
||||||
* RPM/RedHat-based Linux:
|
* RedHat Enterprise Linux:
|
||||||
|
|
||||||
.. console::
|
.. console::
|
||||||
|
|
||||||
|
sudo yum install geoip-devel sendmail
|
||||||
|
|
||||||
|
* CentOS Linux:
|
||||||
|
|
||||||
|
.. console::
|
||||||
|
|
||||||
sudo yum install GeoIP-devel sendmail
|
sudo yum install GeoIP-devel sendmail
|
||||||
|
|
||||||
* DEB/Debian-based Linux:
|
* DEB/Debian-based Linux:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue