Hi there -- I located the netdb.h file in the /usr/include directory as opposed to the /usr/local directory. When I checked out its contents, the line that contained the text HOST_NOT_FOUND appeared to be commented out. Here is the syntax of that line: #define HOST_NOT_FOUND 1 /* Authoritative Answer Host not found */ If the file needs to be located in /usr/local, can a symbolic link be created in /usr/local that points to /usr/include?
________________________________ From: [EMAIL PROTECTED] on behalf of René Berber Sent: Thu 2/2/2006 7:20 PM To: clamav-users@lists.clamav.net Subject: [Clamav-users] Re: Problem Upgrading to version 0.88 on HP-UX 10.20 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew, Let's go back to: > manager.c:505: warning: unreachable code at beginning of switch statement > manager.c:568: warning: unreachable code at beginning of switch statement These 2 warnings shouldn't happen. Do you have a netdb.h file? Must be under /usr/local but could be somewhere else if you installed bind (for instance under /usr/local/include/isc). Does it have a define for HOST_NOT_FOUND? If it doesn't, and it looks this way for those warnings to appear, then your resolver installation is bad or somewhere else. The point is clamav's configure found a netdb.h that does not define HOST_NOT_FOUND, that produced the warning, and that header is not what is normally expected. You have to find out where did that header came from, and if you have more than one by that name, how to use the good one to build clamav. - -- René Berber -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iEYEARECAAYFAkPiobkACgkQL3NNweKTRgxMjgCfb9ogg3a/1CvowuQnT3go+4Ic GOgAoLsMFIuAw+Px/mikeXbaPqvJmQoU =AFTO -----END PGP SIGNATURE----- _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
_______________________________________________ http://lurker.clamav.net/list/clamav-users.html