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

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

Re: [Help-gnu-radius] with-mysql configure issues


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] with-mysql configure issues
Date: Tue, 15 Jan 2002 11:32:27 +0200

> I installed mysql via a solaris 8 binaries package, which places itself in
> /usr/local/mysql (default tree location).
> 
> The configure script on 0.96 doesn;t find the mysql client.

You should have used --with-lib-path and --with-include-path options,
e.g.:

  ./configure --with-mysql \
              --with-lib-path=/usr/local/mysql/lib \
              --with-include-path=/usr/local/mysql/include


Regards,
Sergey



reply via email to

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