Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you specify in docs, what glibc version and what g++ version is in udx container #47

Open
scherepanov opened this issue Oct 19, 2023 · 0 comments

Comments

@scherepanov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant