diff --git a/Makefile.conf b/Makefile.conf index 1a928a3766b..3222ac9f42e 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -11,7 +11,7 @@ #db_oracle= Provides Oracle connectivity for OpenSIPS. | Development library of OCI, tipically instantclient-sdk-10.2.0.3 #db_postgres= Provides Postgres connectivity for OpenSIPS | PostgreSQL library and development library - tipically libpq5 and libpq-dev #db_unixodbc= Allows to use the unixodbc package with OpenSIPS | ODBC library and ODBC development library -#dialplan= Implements generic string translations based on matching and replacement rules | PCRE development library, tipically libpre-dev +#dialplan= Implements generic string translations based on matching and replacement rules | PCRE development library, tipically libpcre-dev #event_rabbitmq= Provides the implementation of a RabbitMQ client for the Event Interface | RabbitMQ development library, librabbitmq-dev #h350= Enables access to SIP account data stored in an LDAP [RFC4510] directory containing H.350 commObjects | OpenLDAP library & development files, tipically libldap and libldap-dev #regex= Offers matching operations against regular expressions using the powerful PCRE library. | Development library for PCRE, tipically libpcre-dev diff --git a/modules/cachedb_redis/README b/modules/cachedb_redis/README index f67a7702606..4c9a970e912 100644 --- a/modules/cachedb_redis/README +++ b/modules/cachedb_redis/README @@ -72,7 +72,10 @@ Chapter 1. Admin Guide The following libraries or applications must be installed before running OpenSIPS with this module loaded: * hiredis: - hiredis can be downloaded from: + On the latest Debian based distributions, hiredis can be + installed by running 'apt-get install libhiredis-dev' + Alternatively, if hiredis is not available on your OS + repos, hiredis can be downloaded from: https://github.com/antirez/hiredis . Download the archive, extract sources, run make,sudo make install. diff --git a/modules/cachedb_redis/doc/cachedb_redis_admin.xml b/modules/cachedb_redis/doc/cachedb_redis_admin.xml index 0fe9b41b378..808188d993c 100644 --- a/modules/cachedb_redis/doc/cachedb_redis_admin.xml +++ b/modules/cachedb_redis/doc/cachedb_redis_admin.xml @@ -104,6 +104,10 @@ + On the latest Debian based distributions, hiredis can be installed + by running 'apt-get install libhiredis-dev' + + Alternatively, if hiredis is not available on your OS repos, hiredis can be downloaded from: https://github.com/antirez/hiredis . Download the archive, extract sources, run make,sudo make install.