configure --with-mysql seems to work just fine.
But with make; I get an error like;

something about "my_compress.o" and "undefined reference to 'compress'"

Here is a piece of the output:

gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include      
-I/usr/include/mysql         -mpentium 
-DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" 
-DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" -c search.c
gcc  -mpentium -DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" 
-DUDM_VAR_DIR=\"/usr/local/udmsearch/var\"  -o search.cgi  search.o 
libudmsearch.a -lm       -L/usr/lib/mysql -lmysqlclient     
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress':
my_compress.o(.text+0x97): undefined reference to `uncompress'
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function 
`my_compress_alloc':
my_compress.o(.text+0x12b): undefined reference to `compress'
collect2: ld returned 1 exit status
make[1]: *** [search.cgi] Error 1
make[1]: Leaving directory `/usr/downloads/udmsearch-3.0.23/src'
make: *** [all-recursive] Error 1


Please advise.

Thanks,

Rick
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to