http://bugzilla.mindrot.org/show_bug.cgi?id=681 Summary: inet_ntoa.h is missing Product: Portable OpenSSH Version: 3.7.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: dustman at cvrti.utah.edu Compiling on Irix 6.5.17 and I get this error: (cd openbsd-compat && make) cc -g -I. -I.. -I. -I./.. -I/usr/local/ssl/include -I/usr/local/include -DHAVE_CONFIG_H -c inet_ntoa.c cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46 The source file "inet_ntoa.h" is unavailable. #include "inet_ntoa.h" ^ 1 catastrophic error detected in the compilation of "inet_ntoa.c". ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=681 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From djm at mindrot.org 2003-09-19 16:54 ------- Just remove the '#include "inet_ntoa.h"' line in openbsd-compat/inet_ntoa.c and recompile. This fix will be in the next release ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Possibly Parallel Threads
- openssh-3.7.1p1 distribution missing inet_ntoa.h header file
- [Bug 725] Compile error on inet_ntoa.h not includediin source tree
- openbsd-compat/inet_ntoa.h missing from 3.7p1?
- [Bug 694] build fails: missing inet_ntoa.h on IRIX 6.3 and gcc 3.2.2
- openssh-3.7.1p1 -- openbsd-compat/inet_ntoa.h missing