xkaraman left a comment (kamailio/kamailio#4429)
Hey @lyatanski,
What happens if you remove the link to OpenSSL completely and just linking to
`hiredis_ssl`?
I took a look into upstream hiredis `cmakelists.txt` and they seem to already
[link to
openssl](https://github.com/redis/hiredis/blob/bd01f10daf773b622260ea3c7daf8a64df50acb1/CMakeLists.txt#L179)
which contraticts their README which says to link against `-lssl -lcrypto`
https://github.com/redis/hiredis/tree/master?tab=readme-ov-file#using-it
Tested with 3.21 and it works with both `target_link_libraries(${module_name}
PRIVATE OpenSSL::SSL OpenSSL::Crypto)` and not.
Did it worked also when you changed with you referenced PR?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4429#issuecomment-3396801358
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4429/[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!