Skip to content

Commit

Permalink
Fix Makefile.conf typo
Browse files Browse the repository at this point in the history
Add mention of libhiredis-dev in Debian repos in cachedb_redis doc
(cherry picked from commit 215e1ef)
  • Loading branch information
root authored and vladpaiu committed Jun 18, 2013
1 parent 88d4708 commit 3b8b734
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.conf
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion modules/cachedb_redis/README
Expand Up @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions modules/cachedb_redis/doc/cachedb_redis_admin.xml
Expand Up @@ -104,6 +104,10 @@
</para>

<para>
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.
</para>
Expand Down

0 comments on commit 3b8b734

Please sign in to comment.