On 8/23/06, Stephen Gran <steve@lobefin.net> wrote:
On Tue, Aug 22, 2006 at 08:14:30PM -0500, Michael Check said:
Hi all,
If you try and compile _without_ --disable_shared, the we get through make with this at the end:
{cut}
Module: Library search path is /usr/local/lib radiusd.conf[1565] Failed to link to module 'rlm_exec': dlopen(/usr/local/lib/rlm_exec-1.1.2.so, 9): Symbol not found: _debug_flag Referenced from: /usr/local/lib/rlm_exec-1.1.2.so Expected in: flat namespace
Did rlm_exec actually get built and installed?
Can you try 1.1.3 (in CVS right now, due Any Day Now) and see if it does better? There was a substantial build system rework involved.
I had similiar problem with rlm_perl, I had to preload the library: export LD_PRELOAD=/usr/lib/freeradius/rlm_perl.so; freeradius -X regards pshemko