[sr-dev] [kamailio/kamailio] TLSA Undefined Symbol __dlclose (#2815)

Tim Chubb notifications at github.com
Fri Aug 13 12:27:09 CEST 2021


Additional notes with ubuntu 18.04

Thought i would try compiling against openssl 1.0.2u to see what effect that had.  Although open ssl would compile correctly, tlsa would complain when trying to link against 1.02u.

Solution was to re-rerun the openssl ./config script with the suggested compiler flag in the build error, then rebuild openssl and TLSA

```
test at kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ ./config -fPIC
test at kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ make
test at kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ make test
test at kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ cd ../../kamailio
test at kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ make
test at kamtest:/usr/local/src/openssl-1.0.2u/openssl-1.0.2u$ sudo make install
```

-- 
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/2815#issuecomment-898358632
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210813/760f4c90/attachment.htm>


More information about the sr-dev mailing list