We found a solution. We found an apt package that we could install instead of rolling our own.
On Fri, Jan 24, 2020 at 4:05 PM Infosys Raleigh <[email protected]> wrote: > we are using a system-wide OpenSSL > and only one is installed > > apt-cache policy openssl > returns: > Installed: 1.0.2g-1ubuntu4.15 > > On Fri, Jan 24, 2020 at 3:05 PM Colin Ryan <[email protected]> wrote: > >> This reeks of some mismatch with your OpenSSL libraries. >> >> Are you using the system wide OpenSSL and associated SSL lib's or are >> you rolling your own OpenSSL as well. >> >> If the latter be sure that pkg-config and other ./configure directives >> are actually using your own libraries versus the system wide ones. >> >> Also check that the Apache your using is using the same OpenSSL as >> you're using to make your .so module. >> >> Colin >> >> On 2020-01-24 2:58 p.m., Infosys Raleigh wrote: >> > undefined symbol: SSL_CTX_set_verify_depth >> >> >> -- >> - Website: https://apereo.github.io/cas >> - Gitter Chatroom: https://gitter.im/apereo/cas >> - List Guidelines: https://goo.gl/1VRrw7 >> - Contributions: https://goo.gl/mh7qDG >> --- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/2c0e6d57-627d-46ad-9860-ca42ba3c1770%40caveo.ca >> . >> > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAPX7cnVR%2BBrQVgcvt-3U98vGWcdmJmH7A%3DyrzwYu6Q%2BhnZPj-g%40mail.gmail.com.
