Hi everyone!
I’m having problems compiling the cardano node in CentOS 7, by following the instruction on https://iohk.zendesk.com/hc/en-us/articles/900001951646-Building-a-node-from-source
When I reach to the point of compiling with “cabal build all”, at the moment that the ghc is executed I’m getting this errors:
/usr/local/lib/ghc-8.6.5/bin/ghc: /lib64/libtinfo.so.5: no version information available (required by /usr/local/lib/ghc-8.6.5/bin/…/haskeline-0.7.4.3/libHShaskeline-0.7.4.3-ghc8.6.5.so)
/usr/local/lib/ghc-8.6.5/bin/ghc: /lib64/libtinfo.so.5: no version information available (required by /usr/local/lib/ghc-8.6.5/bin/…/ghc-8.6.5/libHSghc-8.6.5-ghc8.6.5.so)
/usr/local/lib/ghc-8.6.5/bin/ghc: /lib64/libtinfo.so.5: no version information available (required by /usr/local/lib/ghc-8.6.5/bin/…/terminfo-0.4.1.2/libHSterminfo-0.4.1.2-ghc8.6.5.so)
But I’ve ncurses installed in /lib64
lrwxrwxrwx 1 root root 13 Aug 12 19:42 /lib64/libtinfo.so -> libtinfo.so.5
lrwxrwxrwx 1 root root 15 May 29 2018 /lib64/libtinfo.so.5 -> libtinfo.so.5.9
-rwxr-xr-x 1 root root 174576 Sep 6 2017 /lib64/libtinfo.so.5.9
Any suggestons of what I missed?
Thanks!