### Description
Installing new instance on Debian Stretch, using 5.1 release repo the module topos_redis is not built in the available packages.
#### Reproduction
root@sbc1-1:~# apt-file update Hit:1 http://security.debian.org stretch/updates InRelease Ign:2 http://deb.debian.org/debian stretch InRelease Hit:3 http://deb.debian.org/debian stretch-updates InRelease Hit:4 http://deb.debian.org/debian stretch Release Hit:5 http://packages.treasuredata.com/3/debian/stretch stretch InRelease Hit:7 http://deb.kamailio.org/kamailiodev-nightly stretch InRelease Hit:8 http://deb.kamailio.org/kamailio51 stretch InRelease Reading package lists... Done Building dependency tree Reading state information... Done root@sbc1-1:~# apt-file search topos_redis root@sbc1-1:~#
I am not sure if that `apt-file search` goes inside debs, but `topos_redis` should be part of `kamailio-redis-modules` deb. If not there, then needs to be looked more at what happened at build time.
From [kamailio-5.1.4](https://kamailio.sipwise.com/view/kam51/job/kamailio51-binaries/architecture...) build
``` kamailio-redis-modules_5.1.4+stretch_amd64.deb ---------------------------------------------- new debian package, version 2.0. size 243754 bytes: control archive=849 bytes. 662 bytes, 17 lines control 605 bytes, 7 lines md5sums Package: kamailio-redis-modules Source: kamailio Version: 5.1.4+stretch Architecture: amd64 Maintainer: Debian VoIP Team pkg-voip-maintainers@lists.alioth.debian.org Installed-Size: 560 Depends: kamailio (= 5.1.4+stretch), libc6 (>= 2.14), libhiredis0.13 (>= 0.13.1) Section: net Priority: optional Multi-Arch: same Homepage: http://www.kamailio.org/ Description: Redis database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Redis NOSQL database driver for Kamailio. drwxr-xr-x root/root 0 2018-06-05 14:20 ./ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/lib/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/lib/x86_64-linux-gnu/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/lib/x86_64-linux-gnu/kamailio/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/lib/x86_64-linux-gnu/kamailio/modules/ -rw-r--r-- root/root 192504 2018-06-05 14:20 ./usr/lib/x86_64-linux-gnu/kamailio/modules/ndb_redis.so -rw-r--r-- root/root 183344 2018-06-05 14:20 ./usr/lib/x86_64-linux-gnu/kamailio/modules/topos_redis.so drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/share/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/share/doc/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/share/doc/kamailio/ drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/share/doc/kamailio/modules/ -rw-r--r-- root/root 4207 2018-06-05 14:20 ./usr/share/doc/kamailio/modules/README.ndb_redis.gz -rw-r--r-- root/root 1940 2018-06-05 14:20 ./usr/share/doc/kamailio/modules/README.topos_redis drwxr-xr-x root/root 0 2018-06-05 14:20 ./usr/share/doc/kamailio-redis-modules/ -rw-r--r-- root/root 1982 2018-06-05 14:20 ./usr/share/doc/kamailio-redis-modules/changelog.Debian.gz -rw-r--r-- root/root 158404 2018-06-05 14:20 ./usr/share/doc/kamailio-redis-modules/changelog.gz -rw-r--r-- root/root 16208 2017-12-11 16:44 ./usr/share/doc/kamailio-redis-modules/copyright ```
Closed #1603.