xkaraman left a comment (kamailio/kamailio#4401)

> [@xkaraman](https://github.com/xkaraman) another question. Is required add 
> TLS support for `db_redis` and `topos_redis`?
> 
> ```
> ~/packages/home/x86_64 $ LD_PRELOAD=/usr/sbin/kamailio ldd 
> /usr/lib/kamailio/modules/db_redis.so
>       /lib/ld-musl-x86_64.so.1 (0x7f9c392be000)
>       /usr/sbin/kamailio => /usr/sbin/kamailio (0x7f9c38d6a000)
>       libhiredis.so.1.3.0 => /usr/lib/libhiredis.so.1.3.0 (0x7f9c38d5a000)
>       libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f9c392be000)
> ~/packages/home/x86_64 $ LD_PRELOAD=/usr/sbin/kamailio ldd 
> /usr/lib/kamailio/modules/topos_redis.so
>       /lib/ld-musl-x86_64.so.1 (0x7f5b308b5000)
>       /usr/sbin/kamailio => /usr/sbin/kamailio (0x7f5b303a8000)
>       libhiredis.so.1.3.0 => /usr/lib/libhiredis.so.1.3.0 (0x7f5b30398000)
>       libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f5b308b5000)
> ```

Hmm, probably need some adoption as well. i took a look  at their respective 
`Makefiles`. 

Both need to find the hiredis according to them, but only `db_redis` requires 
the ssl variant. 

Do you think also `topos_redis` require to find hiredis_ssl?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4401#issuecomment-3360906770
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4401/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to