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: RADIUS
Subject: RE: [Help-gnu-radius] Configuring Radius Issues
Date: Mon, 29 Oct 2001 17:55:27 -0800

Thanks for the insight. Here is where my files are located. Looks like they
are where they are supposed to be. When I do a "locate libmysqlclient", I
get this:

/usr/lib/mysql/libmysqlclient.so.10
/usr/lib/mysql/libmysqlclient.so.10.0.0

What do you think?
Robert

-----Original Message-----
From: Sergey Poznyakoff [mailto:address@hidden
Sent: Monday, October 29, 2001 3:06 PM
To: address@hidden
Cc: address@hidden
Subject: Re: [Help-gnu-radius] Configuring Radius Issues


> 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]