Gerald Krause <[EMAIL PROTECTED]> wrote: > I have a similar problem in the current snapshot and I wonder about this > line in the "src/main/Makefile": > > radiusd: $(SERVER_OBJS) ../lib/libradius.a $(LIBLTDL) $(MODULE_OBJS) > > because in "Make.inc" I found this: > > LIBLTDL = -lltdl > > After I have removed the "$(LIBLTDL)" statement in the line, make runs > quite well.
Ah. -ltdl should be included in the list of objects to link 'radiusd', but it shouldn't be in the list of dependencies, in the Makefile. I'll fix it now. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
