Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Dependency issues on CentOS7 #49

Open
tctovsli opened this issue Jun 24, 2021 · 0 comments
Open

Dependency issues on CentOS7 #49

tctovsli opened this issue Jun 24, 2021 · 0 comments

Comments

@tctovsli
Copy link

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant