Bug 1434 - Configure warnings due to missing header files
Summary: Configure warnings due to missing header files
Status: RESOLVED DUPLICATE of bug 350
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Config Files (show other bugs)
Version: 3.0.4
Hardware: x86 Solaris
: P3 normal
Target Milestone: none
Assignee: Gerald (Jerry) Carter (dead mail address)
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-06 14:01 UTC by Pki Tester
Modified: 2004-10-31 14:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pki Tester 2004-06-06 14:01:01 UTC
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.
Comment 1 Pki Tester 2004-09-03 20:23:39 UTC
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.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2004-10-31 14:41:22 UTC

*** This bug has been marked as a duplicate of 350 ***