[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] Radius compiling problem....
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-gnu-radius] Radius compiling problem.... |
Date: |
Wed, 04 Dec 2002 10:30:09 +0200 |
> ./configure --with-mysql --with-lib-path=/usr/local/mysql/lib/mysql/
> --with-include-path=/usr/local/mysql/include/mysql/
>
> this worked fine. then i did 'make' and was presented with an error
> about not being able to find mysql.h. I found this reference in
> sql/mysql.c. Line 43 was including mysql.h from the wrong path. I
> changed it and 'make' went fine. Is there something I did wrong or a bug?
Yes, you should have run:
./configure --with-mysql --with-lib-path=/usr/local/mysql/lib/mysql/
--with-include-path=/usr/local/mysql/include
Regards,
Sergey