From 6dbdf013628321f9996efe4a90eaa03b8a8875a4 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 20 Jun 2017 19:03:17 +0200 Subject: Fork of wiki.neodarz.net --- source/notes/2017-04-17-elm_installation.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/notes/2017-04-17-elm_installation.md (limited to 'source/notes/2017-04-17-elm_installation.md') diff --git a/source/notes/2017-04-17-elm_installation.md b/source/notes/2017-04-17-elm_installation.md new file mode 100644 index 00000000..4c412ee3 --- /dev/null +++ b/source/notes/2017-04-17-elm_installation.md @@ -0,0 +1,18 @@ +--- +title: "elm_installation" +date: 2017-04-17T09:26:00 +date_display: Apr 17, 2017 +--- + +# ELM installation on archlinux + +Error when elm-repl started : +```sh +/usr/lib/node_modules/elm/Elm-Platform/0.18.0/.cabal-sandbox/bin/elm-repl: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory +``` + +Solution: +```sh +sudo ln -s /usr/lib/libncurses++w.so.6.0 /usr/lib/libtinfo.so.5 +``` + -- cgit v1.2.1