git head broken on NetBSD 7.2 - weird

Hal Murray hmurray at megapathdsl.net
Mon Aug 26 04:33:41 UTC 2019


I've tracked down the problem, but don't know how to fix it.

NetBSD 7.2 has an optional newer version of OpenSSL.  pkgin has installed it.  
I didn't do that explicitly so I assume it was dragged in by something I did 
install.  Looks like python37-3.7.3nb1

waf is using the new headers.
  -I/usr/pkg/include
but but obviously not getting the new library.

Is anybody familiar with this area?  Is there a simple way to tell waf not to 
look there and/or to link with the right module?

/usr/lib/libssl.a
/usr/lib/libssl.so
/usr/lib/libssl.so.10
/usr/lib/libssl.so.10.6
/usr/lib/libssl_p.a
/usr/lib/libssl_pic.a

/usr/pkg/lib/libssl.a
/usr/pkg/lib/libssl.so
/usr/pkg/lib/libssl.so.1.0.0
/usr/pkg/lib/pkgconfig/libssl.pc


-- 
These are my opinions.  I hate spam.





More information about the devel mailing list