Skip to content

Instantly share code, notes, and snippets.

@bfontaine
bfontaine / README.md
Last active May 9, 2022 14:03
Fix g++-5 error when installing eventmachine or sassc gems

Ok this is ugly but it fixes the issue and I haven’t found a better solution.

You have to have g++ installed. Then make a symlink from g++-5 to g++:

cd /usr/bin
sudo ln -s $(which g++) g++-5

And try bundle install again.

HTTP/1.1 200
content-type: text/plain
vary: Accept-Encoding
x-request-id: ctes5cd3wt8tjd45cj9c99z1eh
x-version-id: 7.5.2.7.5.2.6eded827d979ba5811e115a0dba170de.false
content-length: 2
date: Wed, 15 Mar 2023 10:39:17 GMT
ok