RE: freeradius 2.0.5 linking error with rlm_perl on solaris10

2008-07-15 Thread Ubale, Abhishek Amarnath
In src/main/Makefile, added the dynaloader library to the MODULE_LIBS: MODULE_LIBS = $(STATIC_MODULES) /usr/local/perl-5.8.3/lib/5.8.3/sun4-solaris/auto/DynaLoader/DynaLoader.a This fixed the make error. - List info/subscribe/unsubscribe? See

Re: freeradius 2.0.5 linking error with rlm_perl on solaris10

2008-07-02 Thread Nicolas Goutte
Am 02.07.2008 um 14:05 schrieb Ubale, Abhishek Amarnath: Hi, Im trying to install freeradius 2.0.5 on solaris10 (sparc) and Im only interested in rlm_perl module. My configure script is ./configure --prefix=/usr/local/radius --with-static-modules=perl -- disable-shared --without-rlm_sql