Leighton Man wrote:
Foolishly, I said earlier today, that building on Linux should be a breeze. I should have kept quiet!!
I downloaded 2.1.7 and it failed to build rlm_krb5 with messages about structure members. I reran configure with --without-rlm-krb5 and got: In function 'setup_modules': undefined ref to lt__PROGRAM__LTX_preloaded_symbols in src/main/modules.c.
I notice in the bug fixes for 2.1.7 there's a workaround added. Seems it doesn't work for me.
$ export CFLAGS=-DIE_LIBTOOL_DIE $ ./configure $ make Or, edit the top-level "Make.inc" after a previous "configure", and find the CFLAGS line. Add "-DIE_LIBTOOL_DIE" to it, and it should work. The macro name has, of course, no meaning, and doesn't demonstrate any opinion about libtool. Alan DeKok.