[
https://issues.apache.org/jira/browse/MINIFICPP-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Zink updated MINIFICPP-2188:
-----------------------------------
Description:
After openssl upgrade builds fails on arm based linux due to
{code:java}
make[2]: *** No rule to make target
'thirdparty/openssl-install/lib64/libcrypto.a', needed by
'bin/libcore-minifi.so'. Stop. {code}
(It looks for libcrypto in lib64 folder instead of lib folder)
was:
After openssl upgrade arm builds fail on linux due to
{code:java}
make[2]: *** No rule to make target
'thirdparty/openssl-install/lib64/libcrypto.a', needed by
'bin/libcore-minifi.so'. Stop. {code}
(It looks for libcrypto in lib64 folder instead of lib folder)
> Build failure on ARM64
> ----------------------
>
> Key: MINIFICPP-2188
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2188
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Affects Versions: 0.15.0
> Reporter: Martin Zink
> Assignee: Martin Zink
> Priority: Major
> Fix For: 0.15.0
>
>
> After openssl upgrade builds fails on arm based linux due to
> {code:java}
> make[2]: *** No rule to make target
> 'thirdparty/openssl-install/lib64/libcrypto.a', needed by
> 'bin/libcore-minifi.so'. Stop. {code}
> (It looks for libcrypto in lib64 folder instead of lib folder)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)