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 10:58:21 +0200

> 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

Your system lacks `libmysqlclient.so' (without extra suffixes), that's
why configure tests fail. Usually, libmysqlclient.so is just a symbolic
link to libmysqlclient.so.10.0.0. You can create it thus:

     cd /usr/lib/mysql
     ln -s libmysqlclient.so.10.0.0 libmysqlclient.so

Regards,
Sergey



reply via email to

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