Jim Cole wrote: > I think the next step would be to check those files and > see if 'DIR' is in fact defined somewhere, and if it is wrapped in some > sort of #ifdef that might be excluding it.
>From /usr/include/dirent.h: /* This is the data type of directory stream objects. The actual structure is opaque to users. */ typedef struct __dirstream DIR; Jim Cole wrote: > You should also try searching the ht://Dig site for 'DIR undeclared'. > There are a few other posts involving the same error message. The > implication seems to be that they were due to missing packages, but > whether that is the problem you are running into, I don't know. Based on Gilles Detillieux's advice at http://www.htdig.org/htdig-dev/1999/03/0104.html: rpm -q returns: package egcs-c++ is not installed libstdc++-devel-2.96-113 glibc-devel-2.2.5-42 package kernel-headers is not installed glibc-kernheaders-2.4-7.16 According to http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/release-notes/x86/, the glibc-kernheaders package replaced the kernel-headers package in Red Hat Linux 7.3. Is the problem that I don't have the egcs-c++ package installed? If so, can I fix the problem without root access? ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ 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

