help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] mysql_client error


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] mysql_client error
Date: Mon, 07 Apr 2003 14:45:05 +0300

> I am having trouble compiling the GNU Radius program while trying to use 
> mysql. I get :
> 
> checking for -lmysqlclient... checking for mysql_connect in 
> -lmysqlclient... no
> checking for mysql_connect in -lmysqlclient... (cached) no
> no
> configure: error: -lmysqlclient not found

Probably you did not specify the path to mysql libraries. Use
--with-lib-path switch, e.g.:

        ./configure --with-lib-path=/usr/mysql/lib

(you may as well need to set additional include directories using
--with-include-path, see README for more info).

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]