Stefan Winter wrote:
I was about to report the same rlm_acct error, I'm on Suse 10.3.
Do you have space characters in the path of your source tree? Maybe the following patch could help. Index: src/modules/rules.mak =================================================================== RCS file: /source/radiusd/src/modules/rules.mak,v retrieving revision 1.67 diff -u -r1.67 rules.mak --- src/modules/rules.mak 25 Nov 2007 14:20:02 -0000 1.67 +++ src/modules/rules.mak 10 Jan 2008 10:01:09 -0000 @@ -108,7 +108,7 @@ build-module: $(TARGET).la $(RLM_UTILS) @[ "x$(RLM_SUBDIRS)" = "x" ] || $(MAKE) $(MFLAGS) WHAT_TO_MAKE=all common - @cp $< $(top_builddir)/src/modules/lib + @cp $< "$(top_builddir)/src/modules/lib" $(TARGET).la: $(LT_OBJS) $(LIBTOOL) --mode=link $(CC) -release $(RADIUSD_VERSION) \ -- Nicolas Baradakis