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: Thu, 01 Nov 2001 00:56:48 +0200

> 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

It is looking for a mysql include file and is unable to find it, since
none of include paths points to it. Determine where the mysql
includes reside on your system and give this pathname to configure via
--enable-add-includes switch. Supposing your mysql includes live in
/usr/local/include, you would then run

  ./configure --enable-add-includes=-I/usr/local/include [OTHER_OPTIONS]

Regards,
Sergey






reply via email to

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