Chris Brotsos <[EMAIL PROTECTED]> wrote: > I have recently tried implementing rlm_perl with FR 0.9-pre on Solaris2.8. > > After installing Perl5.6.1, I got the following errors when running 'make' > in the rlm_perl directory:
Yeah, perl supplies some dynamic libraries, and some static ones. > radiusd.conf[414] Failed to link to module 'rlm_perl': file not found Yup. In the short term, you can edit the 'src/main/Makefile' to link to the static libraries Perl needs. The make files should be fixed to do this automagically, and libtool is supposed to do this for us... But I haven't figured out how to make that work. Hmm... I think we need RLM_LDFLAGS, where now we have only RLM_LIBS. That way the static linking of radiusd can use that definition... I don't have time to look into it now. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
