symat commented on issue #1159: ZOOKEEPER-3630: Autodetection of openssl during ZooKeeper C client build URL: https://github.com/apache/zookeeper/pull/1159#issuecomment-559853830 In the last commit I added the necessary packages to the Dockerfile, now the build in docker shows: ``` checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for SSL_CTX_new in -lssl... yes configure: building with SSL support ``` I also extended the C client LICENSE file with the OpenSSL license, and changed the assembly config that the `...-lib.tar.gz` file contains this license file and not only the generic Apache license we have for the java code.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
