Linker error: libthriftcpp2.so: error: undefined reference to 'apache::thrift::TrustedServerException::unimplementedMethodError(char const*)'
donsbot opened this issue · 2 comments
donsbot commented
A recent change is causing linker errors when trying to link against libthriftcpp2.so (found when building hsthrift against fbthrift main both from source).
Two symbols are not found:
libthriftcpp2.so: error: undefined reference to 'apache::thrift::TrustedServerException::requestParsingError(char const*)'
and
libthriftcpp2.so: error: undefined reference to 'apache::thrift::TrustedServerException::unimplementedMethodError(char const*)
I can avoid this by building from commit b80cfa6 before the recent changes that added this new exception type.