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

Dependency issues on CentOS7 #49

@tctovsli

Description

@tctovsli

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions