[
https://issues.apache.org/jira/browse/ARROW-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660118#comment-17660118
]
Rok Mihevc commented on ARROW-3093:
-----------------------------------
This issue has been migrated to [issue
#19449|https://github.com/apache/arrow/issues/19449] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++] Linking errors with ORC enabled
> -------------------------------------
>
> Key: ARROW-3093
> URL: https://issues.apache.org/jira/browse/ARROW-3093
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.10.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Fix For: 0.11.0
>
>
> In an attempt to work around ARROW-3091 and ARROW-3092, I've recreated my
> conda environment, and now I get linking errors if ORC support is enabled:
> {code}
> debug/libarrow.so.11.0.0: error: undefined reference to
> 'google::protobuf::MessageLite::ParseFromString(std::string const&)'
> debug/libarrow.so.11.0.0: error: undefined reference to
> 'google::protobuf::MessageLite::SerializeToString(std::string*) const'
> debug/libarrow.so.11.0.0: error: undefined reference to
> 'google::protobuf::internal::fixed_address_empty_string'
> [etc.]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)