Hello,

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.

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?

Jane

_______________________________________________
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