[
https://issues.apache.org/jira/browse/MINIFI-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184047#comment-16184047
]
ASF GitHub Bot commented on MINIFI-388:
---------------------------------------
Github user calebj commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/131
I'm building on Cloud9, which has Ubuntu 14.04 with GCC 4.8.4, against
OpenSSL version is 1.0.1f-1ubuntu2.22 if it helps.
The specific error was:
```
[ 45%] Building C object
thirdparty/civetweb-1.9.1/src/CMakeFiles/c-library.dir/civetweb.c.o
/home/ubuntu/workspace/thirdparty/civetweb-1.9.1/src/civetweb.c: In
function ‘ssl_get_client_cert_info’:
/home/ubuntu/workspace/thirdparty/civetweb-1.9.1/src/civetweb.c:11873:4:
error: implicit declaration of function ‘EVP_Digest’
[-Wimplicit-function-declaration]
if (!EVP_Digest(
^
make[2]: ***
[thirdparty/civetweb-1.9.1/src/CMakeFiles/c-library.dir/civetweb.c.o] Error 1
```
> MiNiFi core on startup if TLS is used with ListenHTTP (civet)
> -------------------------------------------------------------
>
> Key: MINIFI-388
> URL: https://issues.apache.org/jira/browse/MINIFI-388
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: C++, Docker
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
>
> MiNiFi cpp core dumps on startup because civet attempts to load
> libssl/libcrypto from non-versioned paths (/usr/lib/libssl.so,
> /usr/lib/libcrypto.so). This is simple to fix with symlinks from 1.0.0 lib
> paths to the non-versioned paths.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)