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
I tried to install Lighthouse 10.x on Amazon Linux 2 machine and getting below errors when trying to install lighthouse.
node: /lib64/libm.so.6: version 'GLIB_2.27' not found (required by node)
node: /lib64/libc.so.6: version 'GLIB_2.28' not found (required by node)
Options Tried:
Node version v16.13.2 was originally used but lighthouse got installed but failed to launch and got error message minimum node version required for lighthouse 10 is v16.16 or greater.
Tried to install v18.x Node version but was unable to install node on Amazon Linux 2.
Checked AWS documentation and found Amazon Linux 2 only supports Node v16.x. So installed Node v16.20.1 but lighthouse install fails with node: /lib64/libm.so.6: version 'GLIB_2.27' not found (required by node)
node: /lib64/libc.so.6: version 'GLIB_2.28' not found (required by node).
Checked Amazon Linux 2 machine for GNU Libc version and it is 2.26.
Please let me know if it is possible to install Lighthouse on Amazon Linux 2 as I tried few options without any success. If not let me know if the Amazon VM needs to be upgraded to make Lighthouse work. Any other recommendations to use lighthouse in Amazon Linux 2 will be welcome
The text was updated successfully, but these errors were encountered:
Summary
I tried to install Lighthouse 10.x on Amazon Linux 2 machine and getting below errors when trying to install lighthouse.
node: /lib64/libm.so.6: version 'GLIB_2.27' not found (required by node)
node: /lib64/libc.so.6: version 'GLIB_2.28' not found (required by node)
Options Tried:
node: /lib64/libc.so.6: version 'GLIB_2.28' not found (required by node).
Please let me know if it is possible to install Lighthouse on Amazon Linux 2 as I tried few options without any success. If not let me know if the Amazon VM needs to be upgraded to make Lighthouse work. Any other recommendations to use lighthouse in Amazon Linux 2 will be welcome
The text was updated successfully, but these errors were encountered: