"Alexandre Strube" <[EMAIL PROTECTED]> wrote: > I always compile the snapshots with the same configure options, which are > ./configure --with-mysql-lib-dir=/usr/lib/mysql \ > --with-mysql-include-dir=/usr/include/mysql \ > --with-mysql-dir=/usr/bin --enable-ltdl-install=no \
The 'enable-ltdl-install=no' is most likely the problem. If you don't have libltdl onyour system already, then the build won't find *any* ltdl.h, and will die. Yeah, looking at your compile output, it's not finding any ltdl.h, or libltdl.h Don't disable ltdl installation. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
