site.js icon indicating copy to clipboard operation
site.js copied to clipboard

Dependency issues on CentOS7

Open tctovsli opened this issue 4 years ago • 0 comments

When trying to run a fresh install of Site.js on a new CentOS7 fails with the following dependency errors:

[[email protected] ~]$ wget -qO- https://sitejs.org/install | bash

 📡 Downloading Site.js version 20210618173754 (17.2.1/0e9e9a9)…
 📦 Installing…
 🎉 Done!

[[email protected] ~]$ mkdir hello-world
[[email protected] ~]$ cd hello-world
[[email protected] hello-world]$ echo "Hello, world" > index.html
[[email protected] hello-world]$ site
site: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by site)
site: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by site)
site: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by site)

tctovsli avatar Jun 24 '21 06:06 tctovsli