I get the following error when trying to run node.js 18 from cloudlinux packages:
This happens on EL8 and EL7 servers that are using the alt-nodejs18 package from both the cloudlinux-updates-testing repo or the main cloudlinux repo:
Code:
# /opt/alt/alt-nodejs18/root/usr/bin/node Illegal instruction #
Code:
# rpm -qa | grep -i alt-nodejs18 | sort alt-nodejs18-1-1.el7.x86_64 alt-nodejs18-build-1-1.el7.x86_64 alt-nodejs18-icu-72.1-1.el7.x86_64 alt-nodejs18-libicu-72.1-1.el7.x86_64 alt-nodejs18-libicu-devel-72.1-1.el7.x86_64 alt-nodejs18-nodejs-18.14.1-2.el7.x86_64 alt-nodejs18-npm-9.3.1-18.14.1.2.el7.x86_64 alt-nodejs18-openssl-1.1.1p-1.el7.x86_64 alt-nodejs18-openssl-libs-1.1.1p-1.el7.x86_64 alt-nodejs18-runtime-1-1.el7.x86_64 alt-nodejs18-zlib-1.2.11-4.el7.x86_64
Comment