hi
thanks, i resolved this problem. the part with the headers was my own
error. i had some very restrictive rights set on the directory. so, now
configure finds everything by its own.
the second part of the problem were the libraries. here again, the
configure script was doing ok ;-) in fact, my system didn't have the
"libz.a", so the initialisation of mysql (mysql_init() from
libmysqlclient.a didn't work).
if you have problems with your mysql libs although all the pathes seem
correct, you should try to compile a file containing
// put this in "yourfile"
int main() {
mysql_init();
return 0;
}
by using "gcc yourfile -L<pathtothemysqllib> -lmysqlclient"...
it will give you the precise error.
hope it helps somebody, it took me about an hour :)
thanks for the help, it is appreciated.
artur
--
Artur Hecker Groupe Acc�s et Mobilit�
hecker[at]enst[dot]fr D�partement Informatique et R�seaux
+33 1 45 81 7507 46, rue Barrault 75634 Paris cedex 13
http://www.infres.enst.fr ENST Paris
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html