24 Jun
2008
24 Jun
'08
3:31 a.m.
john zx wrote:
When running 'configure' on a Solaris 10u4 x86 container, with version 2.0.4 or 2.0.5, the modules rlm_krb5 and rlm_python do not get configured - with either Sun Studio 12 ou GCC 3.4.6, and even using CPPFLAGS or --with-rlm-FOO-etc. Also, where can I find reasonable information about how make the rlm_eap_ikev2?
The configure scripts are there for convenience. If they don't find the right headers, it's because the C compiler can't find them. Fix that. Or, just edit the src/modules/rlm_*/Makefile directly. There's nothing magic there. Alan DeKok.