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

ssh-key-action step failing with GLIBC not found error #271

Open
ruthwiklingam opened this issue Feb 13, 2024 · 2 comments
Open

ssh-key-action step failing with GLIBC not found error #271

ruthwiklingam opened this issue Feb 13, 2024 · 2 comments

Comments

@ruthwiklingam
Copy link

Hi, my current GitHub action is failing at the ssh-key-action step running the the action with the following error. I think it is caused by node version 20.

/home//actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by /home/***/actions-runner/externals/node20/bin/node) /home/***/actions-runner/externals/node20/bin/node: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /home//actions-runner/externals/node20/bin/node)
/home//actions-runner/externals/node20/bin/node: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /home/***/actions-runner/externals/node20/bin/node) /home/***/actions-runner/externals/node20/bin/node: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by /home//actions-runner/externals/node20/bin/node)
/home//actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version GLIBC_2.2[8](https://github.com/uic-ts/SDD-mysqlportal-nodepug-serverclient/actions/runs/7889127784/job/21528315412#step:6:9)' not found (required by /home/***/actions-runner/externals/node[2](https://github.com/uic-ts/SDD-mysqlportal-nodepug-serverclient/actions/runs/7889127784/job/21528315412#step:17:2)0/bin/node) /home/***/actions-runner/externals/node20/bin/node: /lib6[4](https://github.com/uic-ts/SDD-mysqlportal-nodepug-serverclient/actions/runs/7889127784/job/21528315412#step:17:4)/libc.so.6: version GLIBC_2.25' not found (required by /home//actions-runner/externals/node20/bin/node)

@AlexanderOlivares
Copy link

I'm hitting the same issue as @ruthwiklingam, but with GLIBC_2.28. Full error /home/mydir/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by /home/mydir/actions-runner/externals/node20/bin/node)`

@ruthwiklingam
Copy link
Author

@AlexanderOlivares it seems like an issue with the newer version of "node" and its dependent libraries on certain Linux machines. For an immediate fix, I am currently using the older version of the package in my script by changing the action from shimataro/ssh-key-action@v2 to shimataro/ssh-key-action@v2.6.1. The missing library error occurs with node versions 18 and 20.

ywelsch added a commit to ywelsch/duckdb-prql that referenced this issue Feb 20, 2024
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