[Haskell-cafe] Problem running the ping example from "Parallel and Concurrent Programming in Haskell"

Atze van der Ploeg atzeus at gmail.com
Fri Dec 11 10:43:32 UTC 2015


Sounds like the requested port is already taken. Try changing the port
number
On Dec 11, 2015 1:15 AM, "s nedunuri" <ss.nedunuri at gmail.com> wrote:

> hello I am trying out the examples in Chapter 14 of the book, and was able
> to install and build the parconc-examples package fine. However when I try
> running the (very first example) ping program I get the following error:
>
> ping.exe: bind: failed (Cannot assign requested address (WSAEADDRNOTAVAIL))
>
> It appears that the failure is in the main function:
>     distribMain (\_ -> master) Main.__remoteTable
>
> Any ideas?
>
> thanks
> PS I am running Haskell Platform 7.10.2-a on Windows 7
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151211/327067d6/attachment.html>


More information about the Haskell-Cafe mailing list