Re: compile w/ mysql

2001-08-22 Thread Nick Davis
I now have freeradius running and loading the mysql module, but it doesn't actually write log entries to the database. I installed db_mysql.sql into the mysql database. I can see radiusd log in to mysql, but it does not make any log entries into the database. Users still authenticate just fine

Re: compile w/ mysql

2001-08-21 Thread Nick Davis
> > Here is what the output of the ./configure script says: > > checking for mysql/mysql.h... yes > checking for mysql_init in -lmysqlclient... no > configure: warning: mysql libraries not found. Use > --with-mysql-lib-dir=. > configure: warning: sql submodule 'mysql' disabled > > Here is the

Re: compile w/ mysql

2001-08-20 Thread aland
Nick Davis <[EMAIL PROTECTED]> wrote: > Is there a way I can just make it work? Can I edit the Makefile such that it > will make the mysql module and work properly? Do you have any other ideas? Edit the Makefile. It's your only hope for now. Alan DeKok. - List info/subscribe/unsubscribe?

Re: compile w/ mysql

2001-08-20 Thread Nick Davis
>> I am trying to compile freeradius-snapshot-20010730 with mysql. For some >> reason I am unable to get it to work properly. I hope someone can assist me >> with this problem. >> >> Here is what the output of the ./configure script says: >> >> checking for mysql/mysql.h... yes >> checking fo

Re: compile w/ mysql

2001-08-17 Thread aland
Nick Davis <[EMAIL PROTECTED]> wrote: > I am trying to compile freeradius-snapshot-20010730 with mysql. For some > reason I am unable to get it to work properly. I hope someone can assist me > with this problem. > > Here is what the output of the ./configure script says: > > checking for mysql