[Haskell-beginners] Haskell Platform: Troubleshooting package configuration errors?

Peter Jones mlists at pmade.com
Fri Jun 14 23:30:16 CEST 2013


egarrulo <egarrulo at gmail.com> writes:
> Error:
> Configuring the network-2.4.1.2 package failed
> make: *** [build.stamp] Error 2

I'm not familiar which system-level dependencies you need to have
installed via apt-get before you can build the network package but it
might help to install all of the build depends for the Debian GHC
package:

  apt-get build-dep ghc6

I've built GHC 7.6.3 on squeeze successfully and I only remember having
to run that apt-get command plus maybe a few more for the OpenGL -dev
packages.

-- 
Peter Jones --- Love to Develop
Devalot: http://www.devalot.com




More information about the Beginners mailing list