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

LIBC Incompatible #207

Open
Alukardz opened this issue Dec 22, 2023 · 2 comments
Open

LIBC Incompatible #207

Alukardz opened this issue Dec 22, 2023 · 2 comments

Comments

@Alukardz
Copy link

Hello,

When I run the go app, I get:
/usr/lib64/libc.so.6: version GLIBC_2.32' not found /usr/lib64/libc.so.6: version GLIBC_2.34' not found

Is there any way to run the go binary on a machine that only has the libc version 2.28 with no way to upgrade, but already has the ibm libraries?

@ibmmqmet
Copy link
Collaborator

What do you mean by "the go app" and "the go binary"? This repo doesn't provide any binaries. Just the source code which you compile into your app. Or someone has given you a pre-compiled app, in which case you need to ask them.

The only relevant binary involved here will be the MQ C client libraries whose prereq cannot be changed. Though I think it is much older than 2.32.

Or maybe you are talking about the actual go compiler - again nothing that can be done by asking here.

@Alukardz
Copy link
Author

Yes that's the problem, the MQ C client libraries required are at least GLIBC_2.32, but the pc in question only has the 2.28, is there a version of mq-golang that can run on 2.28? or any other help?

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

2 participants