"Your vendor has not defined Socket macro AI_ADDRCONFIG"

2016-01-25 Thread Martin Puppe
Hello, the following code (foo.pl) results in the error message mentioned in the subject line. ``` use Socket qw(:DEFAULT IPPROTO_TCP); &SOCK_STREAM; &IPPROTO_TCP; &SOMAXCONN; import Socket qw(/^(?:AI|NI|NIx|EAI)_/); &AI_ADDRCONFIG; ``` ``` >perl foo.pl Your vendor has not defined Socket macr

AW: "Your vendor has not defined Socket macro AI_ADDRCONFIG"

2016-01-26 Thread Martin Puppe
On Mon, Jan 25, 2016, at 08:53, Alexandr Ciornii wrote: > Hello > > 2016-01-25 17:38 GMT+02:00 Martin Puppe : > > >>perl foo.pl > > Your vendor has not defined Socket macro AI_ADDRCONFIG, used at foo.pl line > > 6. > > Which version of Windows do you use? AI

Wrong SHA1 is calculated

2017-05-15 Thread Martin Puppe
t correct. Doing the same on a Unix system gives the correct result. And I also get a correct result when I generate the SHA1 sum with the 7-zip file manager. Any ideas what the problem might be? [^1]: http://stackoverflow.com/a/2812212 Best regards, Martin Pu

AW: Wrong SHA1 is calculated

2017-05-19 Thread Martin Puppe
Thank you very much! That was very helpful in debugging a problem with SpamAssassin's sa-update. Best regards, Martin -Ursprüngliche Nachricht- Von: sisyph...@optusnet.com.au [mailto:sisyph...@optusnet.com.au] Gesendet: Montag, 15. Mai 2017 16:31 An: Martin Puppe ; win32-va