[Haskell-cafe] The usage of runghc ?

Lemmih lemmih at gmail.com
Sat Feb 3 21:00:34 EST 2007


On 2/4/07, keepbal <keepbal at gmail.com> wrote:
> I tried to install haskell-fastcgi (
> http://www.cs.chalmers.se/~bringert/darcs/haskell-fastcgi/
> ).
>
> >runghc Setup.hs configure  --prefix=$HOME/extra
> >runghc -I$HOME/extra/include Setup.hs build
> Preprocessing library fastcgi-2006.10.9...
>
> FastCGI.hsc:50:21:  error: fcgiapp.h: No such file or directory
> compiling Network/FastCGI_hsc_make.c failed
> command was: ghc -c Network/FastCGI_hsc_make.c -o Network/FastCGI_hsc_make.o
> Setup.hs: got error code while preprocessing: Network.FastCGI

You probably haven't installed fastcgi yet. See http://www.fastcgi.com/

-- 
Cheers,
  Lemmih


More information about the Haskell-Cafe mailing list