Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.2
-
None
-
None
Description
Impala links against regex-mt, filesystem-mt and system-mt from Boost. On newer distributions (e.g. Ubuntu), the -mt libraries have been removed since the base libraries are thread-safe. This means Impala won't build on those systems without either a code change, or a symlink from the base libraries to their -mt equivalents.
We should figure out if any of our supported platforms require linking against -mt, and if not, update the linker script.