No authenticate method (Auth-Type) found for the request

Fajar A. Nugraha list at fajar.net
Tue Jan 24 16:07:04 CET 2012


On Tue, Jan 24, 2012 at 9:55 PM, Harish Mandowara <harishm at cdac.in> wrote:
> Hi,
>
> I installed all the these libraries.
> Again build the code. and install but

No, you didn't. You either:
- didn't have development headers installed (e.g. you have libssl, but
not libssl-dev), OR
- didn't re-run configure, OR
- have conflicting version of openssl, possibly one installed from
package and one from source, OR
- somehow got a buggy version of openssl (unlikely, but possible)

either way, looking at ./configure output (using "tee", and later open
the log with a text editor helps) should be able to tell you why it
has no ssl support.

Or just use packages.

-- 
Fajar



More information about the Freeradius-Users mailing list