---------- Forwarded message ----------
From: Damien Mattei <
damien.mattei@univ-cotedazur.fr>
To: Haskell Cafe <
haskell-cafe@haskell.org>
Cc:
Bcc:
Date: Mon, 18 Mar 2019 11:39:25 +0100
Subject: linux version compatible with GHC 4.3 ?
Hi,
does anyone know a linux distrib where haskell platform installs out of
the box?
it fails on fedora core 28 (32bits) :
[root@localhost Downloads]# ghci
/usr/local/haskell/ghc-8.4.3-i386/lib/ghc-8.4.3/bin/ghc: error while
loading shared libraries: libtinfo.so.5: cannot open shared object
file: No such file or directory
but works on older system such as CentOS Linux release 7.2.1511 (Core)
64bits:
[mattei@moita ~]$ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[mattei@moita ~]$ ghci
GHCi, version 8.4.3:
http://www.haskell.org/ghc/ :? for help
Prelude>
does it works on Ubuntu?
Damien