-
Notifications
You must be signed in to change notification settings - Fork 197
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
Node.js 18.x not supported on Ubuntu 18.04 #168
Comments
Hi, Seems that node.js 18.x isn't supported by Ubuntu 18.04 due to an older glibc version. I might've to just drop the support for Ubuntu 18.04 due to this. Newer OS should be used instead. Let's see if there will be any fix for that or is it just what it is. If you have issues with newer Ubuntu, please copy the logs here. |
I just looked into this now. I have my 22.04 server running back up, i'll get the error log from that and post here very shortly. |
Get:18 http://gb.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [87.1 kB]
|
Okay, that is unrelated to the script. You reference to an install cd in the sources.list which isn't there anymore. Check your |
yeh i just found this also and have removed. I will make sure it's all up to date again and run again. |
Indeed that was correct. Thanks for supporting AND giving me the fix for an issue outside of your control [..] Running installation |
Hello. Just wanted to share for information purposes. I had the same problem on Ubuntu 18.04 server. I upgraded the server to Ubuntu 20.04 with the |
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated |
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated |
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated |
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated |
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated |
This issue has been open for 14 days without activity. It will be closed in 5 days if not updated |
Ubuntu 18 support is now removed from this script. It'll reach end of standard support in the end of this month and doesn't look like the nodesource issue is being fixed so pointless to keep it here. Update to newer ubuntu is the correct path here. Script can still be ran with disabling OS_CHECK (see readme and config) if needed. |
fresh install of ubuntu 18.04.
(i did try the 22.04.1 but that errored in another way (don't have log)
Anyway i know it worked with 18.04 so tried that, but still got stuck, SORRY !
`Hit:4 https://deb.nodesource.com/node_18.x bionic InRelease
Get:5 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:7 https://dl.yarnpkg.com/debian stable/main all Packages [10.9 kB]
Get:8 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.9 kB]
Fetched 300 kB in 1s (290 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
yarn
0 upgraded, 1 newly installed, 0 to remove and 110 not upgraded.
Need to get 893 kB of archives.
After this operation, 5,415 kB of additional disk space will be used.
Get:1 https://dl.yarnpkg.com/debian stable/main amd64 yarn all 1.22.19-1 [893 kB]
Fetched 893 kB in 0s (2,599 kB/s)
Selecting previously unselected package yarn.
(Reading database ... 79730 files and directories currently installed.)
Preparing to unpack .../yarn_1.22.19-1_all.deb ...
Unpacking yarn (1.22.19-1) ...
Setting up yarn (1.22.19-1) ...
Synchronizing state of redis-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable redis-server
Synchronizing state of rpcbind.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable rpcbind
Cloning into '/opt/xo/xo-src/xen-orchestra'...
fe0cc2ebb93950424e1f04c6d3cefc1529e5a43a
fe0cc2ebb
Installing Xen Orchestra from branch: master - commit: fe0cc2ebb
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
root@xooa:/opt/XenOrchestraInstallerUpdater#`
The text was updated successfully, but these errors were encountered: