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

revert pr 429 #432

Merged
merged 1 commit into from
May 30, 2023
Merged

revert pr 429 #432

merged 1 commit into from
May 30, 2023

Conversation

cristianciutea
Copy link
Contributor

This PR temporary reverts #429
We faced issues while running nri-flex on some environments because of dependency on glibc

This happens when using cgo (e.g. github.com/mattn/go-sqlite3)
Will revert this change until we find a fix

./nri-flex: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./nri-flex)
linux-vdso.so.1 (0x00007fff69b98000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f296dd88000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f296db69000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f296d778000)
/lib64/ld-linux-x86-64.so.2 (0x00007f296df8c000)
symbol fcntl64 version GLIBC_2.28 not defined in file libc.so.6 with link time reference (./nri-flex)

Trying to compile it without gcc points to the library using it:

github.com/mattn/go-sqlite3

cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH

@cristianciutea cristianciutea merged commit 59f1c9b into master May 30, 2023
@cristianciutea cristianciutea deleted the cciutea/revert_pr_429 branch May 30, 2023 13:48
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

Successfully merging this pull request may close these issues.

2 participants