From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: haskell: ghc-8 can't find libncursesw.so.6 Date: Sun, 15 Jan 2017 00:17:44 +0000 Message-ID: <87k29x6us7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSYW7-0002eD-Lz for help-guix@gnu.org; Sat, 14 Jan 2017 19:17:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSYW4-0004aw-Gq for help-guix@gnu.org; Sat, 14 Jan 2017 19:17:51 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:38009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cSYW4-0004Yr-9O for help-guix@gnu.org; Sat, 14 Jan 2017 19:17:48 -0500 Received: by mail-wm0-x232.google.com with SMTP id r144so123221749wme.1 for ; Sat, 14 Jan 2017 16:17:47 -0800 (PST) Received: from localhost (171.220.114.87.dyn.plus.net. [87.114.220.171]) by smtp.googlemail.com with ESMTPSA id 63sm16499902wmg.2.2017.01.14.16.17.45 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 14 Jan 2017 16:17:45 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello, Am I doing something wrong? $ guix package -i ghc-8 [installs fine] $ ghc --version /gnu/store/50gn6ahfc0llldy6ggrnj1hc5wsxyfh9-ghc-8.0.1/lib/ghc-8.0.1/bin/ghc: error while loading shared libraries: libncursesw.so.6: cannot open shared object file: No such file or directory The ncurses libraries are available: $ ls /gnu/store/**/libncursesw* /gnu/store/hdrli1v7q3107w842s7di8rid82xlfvl-ncurses-6.0/lib/libncursesw.a /gnu/store/hdrli1v7q3107w842s7di8rid82xlfvl-ncurses-6.0/lib/libncursesw.so /gnu/store/hdrli1v7q3107w842s7di8rid82xlfvl-ncurses-6.0/lib/libncursesw.so.6 /gnu/store/hdrli1v7q3107w842s7di8rid82xlfvl-ncurses-6.0/lib/libncursesw.so.6.0 /gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0/lib/libncursesw.a /gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0/lib/libncursesw.so /gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0/lib/libncursesw.so.6 /gnu/store/xydfiifs9slq0wv6n8j6p26icn2ihn88-ncurses-6.0/lib/libncursesw.so.6.0 /gnu/store/yi8a0206zpqf6qijkn70938jj8l6s87b-ncurses-6.0/lib/libncursesw.a /gnu/store/yi8a0206zpqf6qijkn70938jj8l6s87b-ncurses-6.0/lib/libncursesw.so /gnu/store/yi8a0206zpqf6qijkn70938jj8l6s87b-ncurses-6.0/lib/libncursesw.so.6 /gnu/store/yi8a0206zpqf6qijkn70938jj8l6s87b-ncurses-6.0/lib/libncursesw.so.6.0 Thanks, Myles