Alan DeKok wrote:
Thank you Alan for your help.Arindam Roy <[EMAIL PROTECTED]> wrote:I know the question might sound silly, but do you know of any way of compiling freeradius without libtool, with all the modules as static modules../configure --disable-shared ?It still needs libtool, though. The API's used to link the modules are supplied by libtool. Alan DeKok.
Tell me another thing: Suppose I give "./configure --disable-shared " and all modules are linked static.
In this scenario, when the macro " LTDL_SET_PRELOADED_SYMBOLS()" is called, all the symbols
from the modules will be loaded in a specific array. After that, when lt_dlopen is called for a module,
will that module be opened, even when its symbols are loaded in the array, or it wont be.
The point of my question is that are static modules(*.a files) dlopened? Hope I have not asked something silly.
Arindam Roy

