Hi all I'm still having the same problem on solaris 2.6 when trying to compile the htdig: -- configure: error: No unsigned 8-bit integral type. configure: error: ./configure failed for db --- the u_int8_t is not defined in sys/types.h How can I remedy to this problem ? Can I compile the BDberkeley separately? any susggestio would be so appreciated. /John. -------- Original Message -------- Subject: No unsigned 8-bit integral type Date: Thu, 17 May 2001 14:04:37 +0000 From: John Hardly <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: htdig-genaral list <[EMAIL PROTECTED]> Hi, I tried to compile htdig on a solaris 2.6 box and I've run to the problem of "No unsigned 8-bit integral type" when it tries to compile the Berkeley DB. I've searched thru the mailing list archive and I found that someone solved the problem: the fix was to use Bash instead of sun's Shell. I installed bash (bash-2.02-sol26 from sunfreeware) , open a bash shell and try to compile the hdig BUT No luck, the same error came again. Can anyone tell me what's wrong ? and which Bash shall I use to get hdig compiled successfully. #uname -a SunOS cristal 5.6 Generic_105181-05 sun4u sparc SUNW,Ultra-5_1 ps PID TTY TIME CMD 10976 pts/0 0:00 ps 6577 pts/0 0:00 bash The version of htdig that I try to compile is : htdig-3.2.0b3 -------- checking for ANSI C header files... (cached) no checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for u_char... yes checking for u_short... yes checking for u_int... yes checking for u_long... yes checking for u_int8_t... no configure: error: No unsigned 8-bit integral type. configure: error: ./configure failed for db -- John Hardly E-mail : john (at) iav (dot) ac (dot) ma _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

