Alan DeKok wrote:
I have a similar problem in the current snapshot and I wonder about thisTim <[EMAIL PROTECTED]> wrote:When trying to "make" the below mentioned snapshot .. 20021016 .. it fails with ..
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../include -c request_list.c
make[4]: *** No rule to make target `-lltdl', needed by `radiusd'. Stop.
You probably told it to NOT use or install libltdl, and you don't have one on your system.
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.
Gerald
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
