Following Loic's lead..
./configure --enable-maintainter-mode --enable-tests
...
make
...
Making all in test
make[1]: Entering directory `/usr/src/cvs-1.10.7/htdig3/test'
c++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/opt/www/conf/htdig.conf\" -I../include
-I../htlib-I../htnet -I../htcommon -I../htword
-I../db/dist -I../db/dist -I../db/include -I../db/include
-I../db/include -I../db/include -I/usr/include -g -O2 -Wall
-c dbbench.cc
/bin/sh ../libtool --mode=link c++ -g -O2 -Wall -L/usr/lib -o dbbench
dbbench.o ../htnet/libhtnet.la ../htcommon/libcommon.la
../htword/libhtword.la ../htlib/libht.la
../htcommon/libcommon.la ../htword/libhtword.la
../db/dist/libdb.a
mkdir .libs
c++ -g -O2 -Wall -L/usr/lib -o .libs/dbbench dbbench.o
../htnet/.libs/libhtnet.so ../htcommon/.libs/libcommon.so
../htword/.libs/libhtword.so ../htlib/.libs/libht.so
../htcommon/.libs/libcommon.so ../htword/.libs/libhtword.so
../db/dist/libdb.a -Wl,--rpath -Wl,/opt/www/lib
dbbench.o: In function `compressone(params_t *, unsigned char *, int)':
/usr/src/cvs-1.10.7/htdig3/test/dbbench.cc:477: undefined reference to
`__memp_cmpr_deflate'
/usr/src/cvs-1.10.7/htdig3/test/dbbench.cc:488: undefined reference to
`__memp_cmpr_inflate'
collect2: ld returned 1 exit status
make[1]: *** [dbbench] Error 1
make[1]: Leaving directory `/usr/src/cvs-1.10.7/htdig3/test'
make: *** [all-recursive] Error 1
Does anyone know what this means? I have a good idea that it has to do
with zlib/compression. Is there a library that I must have installed
before this snapshot should compile?
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.