From: Michael Friedrich Date: Tue, 2 Jun 2015 12:04:33 +0000 (+0200) Subject: Add a note on libedit-devel on RHEL extra repository X-Git-Tag: v2.4.0~626 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdb1838ad319042673ffc1165ef3a4a7039ec1a1;p=icinga2 Add a note on libedit-devel on RHEL extra repository fixes #8776 --- diff --git a/INSTALL.md b/INSTALL.md index 3f2cad3df..992806420 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,7 +32,8 @@ parentheses): * optional: PostgreSQL (postgresql-devel on RHEL, libpq-dev on Debian); set CMake variable `ICINGA2_WITH_PGSQL` to `OFF` to disable this module * optional: YAJL (yajl-devel on RHEL, libyajl-dev on Debian) -* optional: libedit (libedit-devel on RHEL, libedit-dev on Debian) +* optional: libedit (libedit-devel on CentOS (RHEL requires rhel-7-server-optional-rpms + repository for el7 e.g.), libedit-dev on Debian) * optional: Termcap (libtermcap-devel on RHEL, not necessary on Debian) - only required if libedit doesn't already link against termcap/ncurses