Hi all, pil21 on OpenBSD still works fine, except for networking, because 'port' in @lib/net.l creates an IPv6 socket (domain AF_INET6), and then tries to set the IPV6_V6ONLY option. This option is read-only in OpenBSD and always set to true.
https://man.openbsd.org/ip6.4#IPV6_V6ONLY The comments in @lib/net.l indicate, that it was at least expected, that this wouldn't work on OpenBSD. I tried to remove those few lines and use IPv6-only for some tests, but so far wasn't successful. So I resorted to just use PicoLisp on Linux, which is fine by me ;) Cheers, Frithjof On 10.03.21 14:55, Mike wrote: >>> Cool, good news! Thanks a lot! > > Updated for OpenBSD > https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md > > (mike) > -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe