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: Wed, 31 Oct 2001 14:37:53 -0800

OK. that worked great. Now I've got another problem, and I can't seem to fix
it. Here's the output when I try to do make:

address@hidden /gnu-radius-0.95]# make
make  all-recursive
make[1]: Entering directory `/gnu-radius-0.95'
Making all in include
make[2]: Entering directory `/gnu-radius-0.95/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnu-radius-0.95/include'
Making all in radlib
make[2]: Entering directory `/gnu-radius-0.95/radlib'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include      -c mysql.c
mysql.c:39:25: mysql/mysql.h: No such file or directory
make[2]: *** [mysql.o] Error 1
make[2]: Leaving directory `/gnu-radius-0.95/radlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/gnu-radius-0.95'
make: *** [all-recursive-am] Error 2

It seems to be looking for a file within the distribution called
"mysql.c"...am I supposed to get this file from somewhere or create it?

Robert


-----Original Message-----
From: Sergey Poznyakoff [mailto:address@hidden
Sent: Tuesday, October 30, 2001 12:58 AM
To: RADIUS
Cc: address@hidden
Subject: Re: [Help-gnu-radius] Configuring Radius Issues


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