Pritpal Bedi wrote:
I receive this error:

? "bind() error", socket_error()

I am compiling uhttpd2.prg + socket.c.
and executing as is on my laptop.

How do I need to execute it?

Hi,

perhaps port 80 is occupied on your pc. Check if port is free:
  windows> netstat -an
or
  linux# netstat -anp | grep :80


Regards,
Mindaugas



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to