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
{{ message }}
This repository was archived by the owner on Jul 15, 2022. It is now read-only.
When trying to run a fresh install of Site.js on a new CentOS7 fails with the following dependency errors:
[user@example.com ~]$ wget -qO- https://sitejs.org/install | bash
📡 Downloading Site.js version 20210618173754 (17.2.1/0e9e9a9)…
📦 Installing…
🎉 Done!
[user@example.com ~]$ mkdir hello-world
[user@example.com ~]$ cd hello-world
[user@example.com hello-world]$ echo "Hello, world" > index.html
[user@example.com 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)
When trying to run a fresh install of Site.js on a new CentOS7 fails with the following dependency errors: