Michael Silvers - 2004-04-20
Hi.  I am trying to install ICRadius.  I am running a SuSe machine.  I have MySQL 4.0.16 installed.  I have changed the Makefile to point to the libmysqlclient.a file directory.  I am running into another problem.  The error I am receiving is as follows:
gcc -L/usr/local/mysql/lib  -o radiusd radiusd.o dict.o files.o filters.o util.o md5.o attrprint.o acct.o radius.o pam.o log.o version.o proxy.o exec.o auth.o mysql.o timestr.o cache.o sql_module.o  -lmysqlclient -lm -lcrypt
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0xb4): In function `my_compress_alloc':
undefined reference to `compress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0x12a): In function `my_uncompress':
undefined reference to `uncompress'
collect2: ld returned 1 exit status
make: *** [radiusd] Error 1

I can not figure this one out... any ideas?

Thanks