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
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)
The text was updated successfully, but these errors were encountered:
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)`
@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/[email protected]. 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
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)The text was updated successfully, but these errors were encountered: