I tried that but it doesn’t work L what can I do?
Let me try to start all over again, I will
do:
Is that correct? Or any other suggestions,
cause this my sql feature is driving me crazy…. Im a windows engineer and
lot linux L
From:
freeradius-users-bounces@lists.freeradius.org
[mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of ho
Sent: Sunday, October 23, 2005
4:18 AM
To: FreeRadius users mailing list
Subject: Re: meed help on sering
freeradius with MySQL
Hi,For example the following line tells you that during installation the header files weren't foundsql_mysql.c:40:19: mysql.h: No such file or directoryIf you have installed mysql you have to tell the configure script, where the mysql- include- library- and the mysql programmon you box "lives" look at./configure --helpfor more information.it could look like (change to your environment!!!):./configure --with-mysql-include-dir=<PATH to mysql include-dir> --with-mysql-lib-dir=<PATH to mysql-lib dir> --with-mysql-dir=<PATH to mysql-dir>marco