Zoltán Borók-Nagy created IMPALA-10933:
------------------------------------------
Summary: Impala build finds system libcurl instead of toolchain
version
Key: IMPALA-10933
URL: https://issues.apache.org/jira/browse/IMPALA-10933
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
I ran into the following error messages during building Impala:
{noformat}
/usr/lib/x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o):function
Curl_cookie_add: error: undefined reference to 'psl_builtin'
/usr/lib/x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o):function
Curl_cookie_add: error: undefined reference to 'psl_is_cookie_domain_acceptable'
/usr/lib/x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-url.o):function
Curl_disconnect: error: undefined reference to 'idn2_free'
{noformat}
Seems like the Impala build found the system libcurl instead of the toolchain
libcurl.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)