[sr-dev] [kamailio/kamailio] ld: library not found for -lssl (#2021)

Daniel-Constantin Mierla notifications at github.com
Wed Jul 31 13:09:49 CEST 2019


db_mysql module in kamailio doesn't link against libssl itself. So likely that is a dependency enforced by the libmysqlclient library. You have to check what that library does for resolving dependencies.

Also, normally, it is `pkg-config ... libssl`, not `pkg-config ... openssl`, used to find the paths for libssl.

Moreover, I can compile db_mysql just fine in my macos 10.14, with mysql and libssl installed via macports. If you installed those from sources directly, then I guess you have to sort out dependencies manyally.

Not being an issue related directly to kamailio code or files, I suggest to write to sr-users mailing list and get assistance from the community of user, from kamailio developer point of view, I don't think this is something we can fix for your case.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2021#issuecomment-516804438
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190731/1943c54a/attachment.html>


More information about the sr-dev mailing list