"Russell Premont" <[EMAIL PROTECTED]> wrote:
> I just downloaded the latest snapshot did not change any of the defaults ran
> ./configure
> make
> 
> and got the same error again. Any ideas?

  I just ran it on a Solaris 7 machine.  The compile line is:

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 
-I/vol/home/aland/src/freeradius-snapshot-20020603/libltdl -c sql.c -o sql.o

  Note the last '-I' above.  That's what tells it where to find
ltdl.h.

  Look in the file 'Make.inc' at the top-level.  There should be lines
like:

LIBLTDL         = ${top_builddir}/libltdl/libltdl.la
INCLTDL           = -I${top_builddir}/libltdl

  Set them appropriately, if they're not set.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to