Hi,
Vertica v 12.0.4-14 updated udx. Now version of g++ is not limited to < 11.0.
I just build and deployed my UDx using gcc11.3.1 with glibc 3.28. It does require build with static libstdc++. That is a great relief, as other c++ teams in company are advancing build g++ version, and vertica build was stuck on v 10.
My Vertica servers are on CentOS 8.2, and I cannot deploy UDx build with glibc > 3.28. At same time, use of static libstdc++ allow to deploy UDX build with more recent g++ like 11.3.1.
I am saying all of it, just to highlight that glibc and g++ versions in udx container are critical in most cases.
Can you specify in docs, what version of glibc and what version of g++ you have in udx container.
Thank you
Sergey
Hi,
Vertica v 12.0.4-14 updated udx. Now version of g++ is not limited to < 11.0.
I just build and deployed my UDx using gcc11.3.1 with glibc 3.28. It does require build with static libstdc++. That is a great relief, as other c++ teams in company are advancing build g++ version, and vertica build was stuck on v 10.
My Vertica servers are on CentOS 8.2, and I cannot deploy UDx build with glibc > 3.28. At same time, use of static libstdc++ allow to deploy UDX build with more recent g++ like 11.3.1.
I am saying all of it, just to highlight that glibc and g++ versions in udx container are critical in most cases.
Can you specify in docs, what version of glibc and what version of g++ you have in udx container.
Thank you
Sergey