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

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

Re: [Help-gnu-radius] Configuring Radius Issues


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Configuring Radius Issues
Date: Tue, 30 Oct 2001 01:06:28 +0200

> configure: error: -lmysqlclient not found neither in /usr/local/lib/mysql
> nor in
>  /usr/lib/mysql
> 
> Anyone have any idea what "lmysqlclient" is?  If so, where do I get it? It's

It is the MySQL client library. Actually, it is named libmysqlclient.a 
(statically linked) and libmysqlclient.so (dynamically linked). If you
have MySQL installed on your system, it should be present. By default,
radiusd tries to find the library in two most commonly used places,
that is either in /usr/lib/mysql or in /usr/local/lib/mysql. If it is
placed somewhere else, add the following switch to the invocation
of configure: --enable-add-libs=-L<LIBPATH>, where <LIBPATH> is the full
pathname of the directory where libmysqlclient files reside. You may also
need to specify --enable-add-includes=-I<INCLUDEPATH>, if MySQL includes
are located in an unusual place.

If you don't have libmysqlclient files, you'll have to get the MySQL
distribution and install them.

Regards,
Sergey





reply via email to

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