Hi,
sorry for the crosspost to both htdig lists, I wasn't sure which one best
suits.

I ran into a farily nasty problem running htdig on:
Mac OS X Server 10.1.2 Server (5P68) [ Mac OS X 10.1.2 (5P48)

I realized htdig always REINDEXING my complete site no matter if a
document's last modification date matched the servers last mod date or not.
Tracking down things, I found that ref->DocTime() ALWAYS returns 0 even if
the given url has a mod date (m:XXXXXXX) value in the database (verified
with htdump).

I must confess, I am not a programmer and can only find my way in c source
to track down the problem and put some debugging output in there - no more
no less.

I guess, the problem lies in the conversion of the m:xxxxxx (seconds since
epoch) value maybe somewhere in mktime.c or such???

Does anyone have any tips on how to fix this?

Here some parts which might be important to know from config.cache on my
platform:
ac_cv_func_localtime_r=${ac_cv_func_localtime_r=no}
ac_cv_func_timegm=${ac_cv_func_timegm=no}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_time=${ac_cv_header_time=yes}
ac_cv_struct_tm=${ac_cv_struct_tm=time.h}

I'd appreciate any tips as I really can't afford to always kind of start
from scratch when indexing my site as it consumes too much bandwith and time
(lots of large pdf files).

Thanks a lot.

--
<http://www.StefanSeiz.com>
Spamto: <[EMAIL PROTECTED]>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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

Reply via email to