Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Joe Bogner
- IP socket error: Address family not supported by protocol To: picolisp@software-lab.de Date: Wednesday, February 22, 2012, 10:07 PM Hi Alex, I'm tying to get the example in doc/app.html (picoLisp-3.0.9.tgz on a pretty standard linux box) to serve. Here's my .l file: # cat

Re: server - IP socket error: Address family not supported by

2012-02-23 Thread Alexander Burger
Hi Doug, No IPv6 in my ifconfig on my linux box ... and no ipconfig on the android. :( When I drop back to picoLisp 2.3.7, I'm able to run the app example ok on my linux box, and connect to the pico server with a browser. Version 3.0.8 was the last one with IPv4-only, IIRC. Cheers, -

Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Imran Rafique
Doug, I ran into the same problem a while ago, and Alex told me (on IRC) that 64bit picolisp's networking functions require ipv6 (as Joe said). If you have the ipv6 kernel modulle already compiled (most distro's kernel config's will at least compile it as a module, even if they don't enable it),

Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Imran Rafique
Ignore my pointless mail - I just saw the other thread with Alex's reply :) -- Regards,        Imran Rafique On 23 February 2012 12:19, Imran Rafique im...@rafique.org wrote: Doug, I ran into the same problem a while ago, and Alex told me (on IRC) that 64bit picolisp's networking functions

Re: server - IP socket error: Address family not supported by protocol

2012-02-22 Thread Doug Snead
? --- On Wed, 2/22/12, Doug Snead semaphore_2...@yahoo.com wrote: From: Doug Snead semaphore_2...@yahoo.com Subject: server - IP socket error: Address family not supported by protocol To: picolisp@software-lab.de Date: Wednesday, February 22, 2012, 10:07 PM Hi Alex, I'm tying to get

Re: server - IP socket error: Address family not supported by

2012-02-22 Thread Alexander Burger
Hi Doug, IP socket error: Address family not supported by protocol This error usually has a very simple reason: Your platform doesn't support IPv6 Cheers, - Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: server - IP socket error: Address family not supported by

2012-02-22 Thread Doug Snead
of picolisp and try that. Cheers, Doug --- On Wed, 2/22/12, Alexander Burger a...@software-lab.de wrote: From: Alexander Burger a...@software-lab.de Subject: Re: server - IP socket error: Address family not supported by To: picolisp@software-lab.de Date: Wednesday, February 22, 2012, 10:53 PM Hi

Re: server - IP socket error: Address family not supported by

2012-02-22 Thread Alexander Burger
Hi Doug, I can drop back to a pre-IPv6 version of picolisp and try that. Or just call 'ifconfig', and see whether you see a line starting with inet6 addr: at least in the 'lo' entry. Cheers, - Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe