scnr / installer

Installation script for Codename SCNR.
https://ecsypno.com/pages/codename-scnr
27 stars 3 forks source link

installation failed on Ubuntu 20.04.6 #18

Closed dnisqa closed 1 year ago

dnisqa commented 1 year ago

OS: Ubuntu 20.04.6 Kernel: GNU/Linux 5.4.0-146-generic x86_64 Glibc version: 2.31 (Ubuntu 20.04.6 embed default version)

Install fail information: google-chrome-stable is already the newest version (111.0.5563.146-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ruby: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ruby) ruby: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.35' not found (required by /home/itest/scnr-1.0dev-1.0dev-1.0dev/bin/../.system/usr/lib/libruby.so. 2.7) ruby: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /home/itest/scnr-1.0dev-1.0dev-1.0dev/bin/../.system/usr/lib/libruby.so. 2.7) ruby: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.32' not found (required by /home/itest/scnr-1.0dev-1.0dev-1.0dev/bin/../.system/usr/lib/libruby.so. 2.7) ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/itest/scnr-1.0dev-1.0dev-1.0dev/bin/../.system/usr/lib/libruby.so. 2.7) ~

Zapotek commented 1 year ago

Hello,

You need libc >= 2.35.

You can fix this issue by updating your system.

Cheers