Breuer Nicolas wrote: > I can't install the last freeradius to our new server > > ./configure --libdir=/usr/local/lib/freeradius2 > --with-mysql-lib-dir=/usr/lib64/mysql --disable-libltdl-install > --with-system-libtool --without-openssl ... > /var/instapp/freeradius-server-2.1.10/src/main/modules.c:1372: undefined > reference to `lt_preloaded_symbols'
Edit the Make.inc file, and find the line starting with "CFLAGS". Add a " -DIE_LIBTOOL_DIE" to the end. Do "make clean", followed by "make". Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

