
I have OpenSuse 11.2 running on VMWare and I have recently installed ghc 6.10.4 from the RPM from OpenSuse. Now I want to install cabal. I have downloaded the required packages from hackage and I try to run: runhaskell Setup configure on any of these packages. With option -v I can see an error while linking unix-2.3.2.0. I am no expert on OpenSuse yet. Does anyone know what's happening here? linux-nrvh:/home/gmi/Download/cabal/zlib-0.5.2.0 # runhaskell -f /usr/bin/ghc -v Setup configure --with-compiler=ghc-6.10.4 ... Loading package filepath-1.1.0.2 ... linking ... done. Loading package unix-2.3.2.0 ... Setup: <command line>: can't load .so/.DLL for: dl (libdl.so: cannot open shared object file: No such file or directory) -- View this message in context: http://old.nabble.com/problem-loading-package-unix-2.3.2.0-while-installing-... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.