Hi Erick!

At 12.49 15/11/2003 +0000, Erick Paperdin wrote:
Downloaded the latest "htdig-3.2.0b5". Ran ./configure
and had a bunch of errors:

Mhhhhh ... Can you please provide us some information regarding your system? I think these info will be enough:


uname -a
g++ -v

If you are not using GNU C++ compiler, change the previous command. I guess however you are using Solaris.

(1) Error Type 1: This occurs many times, for many *.h
files --

checking sys/select.h presence... yes
configure: WARNING: sys/select.h: present but cannot
be compiled
configure: WARNING: sys/select.h: check for missing
prerequisite headers?
configure: WARNING: sys/select.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
[EMAIL PROTECTED] ##
configure: WARNING:     ##
------------------------------------ ##

Actually I believe this not to be an autoconf problem, rather I am afraid it to be related to our configure.in script.


Could you please write down this simple program called sample.c made up of just one line?

#include <sys/socket.h>

And type:

gcc -c sample.c

If you are not using gcc try cc or other compiler. This program should fail; try adding other includes until you can compile, like:

#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>

Please let us know.
checking for u_int8_t... no
configure: error: No unsigned 8-bit integral type.
configure: error: /bin/sh './configure' failed for db

I have no clue for this. This should be indeed in the <sys/types.h> header. Probably this thread could be useful: http://www.htdig.org/mail/1999/01/0223.html


I am on a shared hosting environment. I have installed
HTDIG before in the same server, but on a diff domain.
I dont know if my host has changed anything recently
in terms of configurations etc, but how should I
approach them? What should I ask? What am I missing?

Did you try with the same ht://Dig release? What you need to query is the compiler, the C++ library that's been used and of course the operating system. If you get to know these, we could try and help you, otherwise it is just like a shot in the dark.


However, I am sure we can do it Erick! :-)

Let us know,
-Gabriele
--
Gabriele Bartolini: Web Programmer, ht://Dig & IWA/HWG Member, ht://Check maintainer
Current Location: Melbourne, Victoria, Australia
[EMAIL PROTECTED] | http://www.prato.linux.it/~gbartolini | ICQ#129221447
> "Leave every hope, ye who enter!", Dante Alighieri, Divine Comedy, The Inferno




-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to