tangfu wrote: > As you said,some problem has occured in > src\rlm_sql\drivers\rlm_sql_mysql\config.log > > /usr/lib/mysql/libmysqlclient_r.a(my_compress.o):my_compress.c:(.text+0x66): > undefined reference to `_compress' > /usr/lib/libmysqlclient_r.a(my_compress.o):my_compress.c:(.text+0x187): > undefined reference to `_uncompress' > > In my opinion,maybe some "*.H" file is necessary,but i am not > certain.What do you think about this?
Do: $ export LIBS=-lz $ ./configure .... If that doesn't work, the problem is more complicated, and requires Unix admin skills to fix. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

