According to Dudley Jane:
> I compiled htdig-3.2.0b3 (on a RedHat Linux PC, v. 6.1, with
> glibc-2.1.3-22), using --host=i686-pc-linux-gnu as an option during
> "configure". The configure process died with this error:
> 
> configure: error: either specify a valid zlib installation with
> --with-zlib=DIR or disable zlib usage with --without-zlib
> 
> So, I started again, using --without-zlib. The configure worked. I did a
> "make" and "make install". These went smoothly. I ran rundig, and that
> worked. The results were great - the phrase searching really works.
> 
> So I changed the background color of the results page to #FFFFFF, and
> ran rundig for the second time. This time it died with the error:
> 
> FATAL ERROR:Compressor::get_vals invalid comptype
> FATAL ERROR at file:WordBitCompress.cc line:827 !!!
> 
> Okay, maybe it's because I ran with --without-zlib.

You need to disable wordlist_compress in your htdig.conf when you configure
with --without-zlib.  This was fixed in March, so it changes the default
automatically in the 3.2.0b4 development snapshots.

> I went out and got the zlib-1.1.3-6 rpm and installed it. I did a "make
> clean" and went to configure again, this time including 
> 
> --with-zlib=/usr/lib
> 
> which is where the zlibs are.
> 
> This resulted in the same error,
> 
> configure: error: either specify a valid zlib installation with
> --with-zlib=DIR or disable zlib usage with --without-zlib
> 
> I double-checked the location of the zlibs and my typing in the
> configure command - same thing.
> 
> Has anyone else had this compression/zlib problem?

I think you need to specify --with-zlib=/usr because the "lib" directory
is assumed.  Either that or you can remove your config.cache file and
just run ./configure again without specifying anything about zlib.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
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