Hi,

       I've been able to reproduce the error by doing the following:
introduce an error in the httpd.conf file so that the test http server does
not run. 
       In this case t_htdig shows the error because the htdig process
was called with -t and therefore tries to open the word database in RDONLY
to dump it in ascii. Since the httpd was not running the htdig did not
build the word database at all and the -t cannot dump it.
       What is strange is the fact that you reported that the word database
did exist. Could you please, do the following:

       cd test
       rm -fr var
       
modify t_htdig as follows:

. ./test_functions

$htdig "$@" -t -i -c $testdir/conf/htdig.conf
exit 0
       
       make TESTS=t_htdig check
       ls -lR var
       ls -lR logs ; cat logs/error_log # this will show if httpd was running

       Thanks,

-- 
                Loic Dachary

                24 av Secretan
                75019 Paris
                Tel: 33 1 42 45 09 16
                e-mail: [EMAIL PROTECTED]
                URL: http://www.senga.org/


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to