felipecrv commented on issue #39919:
URL: https://github.com/apache/arrow/issues/39919#issuecomment-1935152520

   I took a look at the list of undefined symbols in the `.so` and they seem to 
be the symbols that the full `libprotobuf` defines but are not present in 
`libprotobuf-lite`. So this could be caused by one of:
   
   1) statically linking to `libprotobuf-lite.a` instead of `libprotobuf.a`, or
   2) a recent addition of code generated by `protoc` from a `.proto` file that 
doesn't contain `option optimize_for = LITE_RUNTIME;`
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to