Building on Solaris 9x86 results in warnings during configuration. The warnings occur for "net/if.h", "netinet/ip.h", and "security/pam_modules.h" The first two need sys/socket.h included for them to compile. The last needs security/pam_appl.h to compile.
I don't understand why 2 more releases have been made and still this problem exists. Do bug reports get looked at? The hack I've done was to add #include <sys/socket.h> #include <security/pam_appl.h> To the ac_includes_default in the configure, but this is surely not compatiable with other unixes.
*** This bug has been marked as a duplicate of 350 ***