Hello people from the list, 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 \ --with-experimental-modules
And it was working fine. The last one I did was from July 09. Today I was doing the same thing on a i686 redhat 6.2 system, and the following error happened when I typed "make": creating .libs/radiusdS.c (cd .libs && gcc -c -fno-builtin -fno-rtti -fno-exceptions "radiusdS.c") rm -f .libs/radiusdS.c .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT gcc .libs/radiusdS.o -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/usr/include/ucd-snmp -o .libs/radiusd radiusd.o files.o util.o acct.o nas.o log.o valuepair.o version.o proxy.o exec.o auth.o timestr.o conffile.o modules.o modcall.o session.o xlat.o threads.o smux.o radius_snmp.o client.o request_list.o -Wl,--export-dynamic -L/root/porao/freeradius-snapshot-20020715/src/lib -lnsl -lresolv -lpthread - lpthread /root/porao/freeradius-snapshot-20020715/src/lib/.libs/libradius.so -lsnmp -lcrypt -Wl,--rpath -Wl,/usr/local/lib modules.o: In function `module_list_free': /root/porao/freeradius-snapshot-20020715/src/main/modules.c:151: undefined reference to `lt_dlclose' modules.o: In function `linkto_module': /root/porao/freeradius-snapshot-20020715/src/main/modules.c:231: undefined reference to `lt_dlopenext' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:233: undefined reference to `lt_dlerror' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:254: undefined reference to `lt_dlsym' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:256: undefined reference to `lt_dlerror' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:260: undefined reference to `lt_dlclose' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:269: undefined reference to `lt_dlclose' modules.o: In function `setup_modules': /root/porao/freeradius-snapshot-20020715/src/main/modules.c:611: undefined reference to `lt_dlpreload_default' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:613: undefined reference to `lt_dlinit' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:614: undefined reference to `lt_dlerror' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:625: undefined reference to `lt_dlsetsearchpath' /root/porao/freeradius-snapshot-20020715/src/main/modules.c:627: undefined reference to `lt_dlgetsearchpath' /root/porao/freeradius-snapshot-20020715/src/lib/.libs/libradius.so: undefined reference to `atexit' collect2: ld returned 1 exit status gmake[4]: *** [radiusd] Error 1 gmake[4]: Leaving directory `/root/porao/freeradius-snapshot-20020715/src/main' gmake[3]: *** [common] Error 1 gmake[3]: Leaving directory `/root/porao/freeradius-snapshot-20020715/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/root/porao/freeradius-snapshot-20020715/src' gmake[1]: *** [common] Error 1 gmake[1]: Leaving directory `/root/porao/freeradius-snapshot-20020715' make: *** [all] Error 2 Did someting change? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
