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

freeradius 2.0.5 linking error with rlm_perl on solaris10

2008-07-02 Thread 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 --without-rlm_eap --without-rlm_ldap --without-rlm_krb5

RE: problems with building freeradius on solaris 10

2008-06-26 Thread Ubale, Abhishek Amarnath
Removing --without-threads in configure fixed it. thanks Abhishek - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

problems with building freeradius on solaris 10

2008-06-23 Thread Ubale, Abhishek Amarnath
Hi Everyone, Im trying to build freeradius on a solaris10 sparx box. im only interested in rlm_perl modules of freeradius and I face no issues with configure ./configure --prefix=/usr/local/radius --without-threads --with-static-modules=rlm_perl --without-rlm_sql --without-rlm_eap