|
Bugzilla – Full Text Bug Listing |
| Summary: | interfaces.c:84:22: ifaddrs.h: No such file or directory | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | www.sudo.ws <www.sudo.ws> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED INVALID | ||
| Severity: | high | ||
| Priority: | low | ||
| Version: | 1.6.8 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
www.sudo.ws@hovland.cx
2004-11-08 17:25:06 MST
Your Linux installation is probably incomplete if it lacks the ifaddrs.h header but libc has the getifaddrs() function. As a workaround, you can edit config.h and comment out the line: #define HAVE_GETIFADDRS 1 |