On Tue, Feb 23, 2016 at 06:51:56PM +0100, Kurt Roeckx wrote: > On Tue, Feb 23, 2016 at 10:00:44AM -0700, The Doctor wrote: > > 136617832:error:20087002:BIO routines:BIO_lookup:system > > lib:b_addr.c:711:Invali > > d value for ai_flags > > Do you have any idea which flag it is that is causing problems? I > find it rather strange that it knows about the flag, but then says > it's an invalid one. > > What OS is that? > > Do the headers you have actually match the libc you use? > > > Also each morning I do have to edit b_addr.c so that LOCALHOSt is > > defined > > > > This is what I do to compensate > > > > #include <string.h> > > #include <rpc/types.h> > > Do you mean INADDR_LOOPBACK maybe? > What about including netinet/in.h instead? >
Not in netinet/in.h a quick solution would be to include the following line in b_addr.c #define INADDR_LOOPBACK (u_long)0x7F000001 > > Kurt > > -- > openssl-dev mailing list > To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Broadcasting the truth for 25 years -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
