You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the golang version of my project is v1.14, I used pulsar-client-go v0.7.0.
It worked fine on centos7, but there was an error /lib64/libc.so.6: version 'GLIBC_2.14' not found on centos6.
This seems to be caused by a too low version of glibc, if I don't upgrade glibc, what else can I do (There are important tasks running on the machine, and I can't risk upgrading)?
BTW,I wanted to discuss it in the pulsar-client-go project, but I didn't find the Discussions interface. I'm sorry to interrupt.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Due to the golang version of my project is v1.14, I used pulsar-client-go v0.7.0.
It worked fine on centos7, but there was an error
/lib64/libc.so.6: version 'GLIBC_2.14' not found
on centos6.This seems to be caused by a too low version of glibc, if I don't upgrade glibc, what else can I do (There are important tasks running on the machine, and I can't risk upgrading)?
BTW,I wanted to discuss it in the pulsar-client-go project, but I didn't find the Discussions interface. I'm sorry to interrupt.
Beta Was this translation helpful? Give feedback.
All reactions