[Haskell-cafe] Building fastcgi from hackage on windows.

Bjorn Bringert bjorn at bringert.net
Fri Aug 8 15:09:01 EDT 2008


Hi Edward,

I have never compiled the fastcgi package on Windows myself, but my
best tip would be to try to install the FastCGI development kit (= C
headers and libraries), see http://www.fastcgi.com/#TheDevKit

/Bjorn

On Fri, Aug 8, 2008 at 4:53 PM, Edward Ing <edward.ing at gmail.com> wrote:
> I have this installed. The problem is that I have no binary version of
> the Network.FastCGI. So to install it I am going through the cabal
> process and on the build it seems to need the Fastcgi.h to build the
> foreign interfaces (and probably the static libraries to link ?).
> Unfortunately the Microsoft download pack doesn't have that - just the
> .dll (or perhaps cabal can't find where the fastcgi.h are).
>
> Edward Ing
>
> On Fri, Aug 8, 2008 at 6:08 AM, Iain Barnett <iainspeed at gmail.com> wrote:
>> have you installed this?
>> http://www.softpedia.com/progDownload/Microsoft-FastCGI-Extension-for-IIS-Download-84830.html
>>
>> I use Asp.Net when I'm on Windows, so I don't know the answers to your
>> questions but you might find more info on running it here
>> http://forums.iis.net/1103.aspx
>>
>> Iain
>>
>>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list