On Tue, Sep 24, 2002 at 01:30:55PM -0300, Alberto Pereira wrote: > I already instaled the libltdl3-dev package and boot the machine, but the > error persist! > Theres another thing to do? > Or is there some place to get the freeradius compiled to woody with mysql > support?
The line I use for building on Debian is below.
./configure --prefix=$(prefix) --exec-prefix=$(exec_prefix) \
--libdir=$(libdir) --mandir=$(mandir) --with-logdir=$(logdir) \
--with-thread-pool --enable-ltdl-install=no --enable-strict-dependencies \
--without-rlm_python --without-rlm_ippool --without-rlm_eap_tls \
--without-rlm_sql_iodbc
The key difference I notice between your configure arguments and mine is
the '--disable-ltdl' at the end. Does it work if you omit that argument?
I believe there are Debian binary packages running around somewhere, but
I don't know if they're being actively updated at the moment.
Steve Langasek
postmodern programmer
msg09622/pgp00000.pgp
Description: PGP signature
