undefined reference to `lt_preloaded_symbols'

Nick Jones JonesN at armstrongbank.com
Tue Mar 24 22:32:37 CET 2009


I am running Ubuntu 8.10 and trying to build the debian package for FreeRADIUS 2.1.4 as described on the FreeRADIUS web site. When I issue the command:

fakeroot dpkg-buildpackage -b -uc

The process starts but at some point along the way, I get this error message:


libtool: link: gcc .libs/radiusdS.o -Wl,-Bsymbolic-functions -o .libs/radiusd .libs/acct.o .libs/auth.o .libs/client.o .libs/conffile.o .libs/crypt.o .libs/exec.o .libs/files.o .libs/listen.o .libs/log.o .libs/mainconfig.o .libs/modules.o .libs/modcall.o .libs/radiusd.o .libs/stats.o .libs/session.o .libs/threads.o .libs/util.o .libs/valuepair.o .libs/version.o .libs/xlat.o .libs/event.o .libs/realms.o .libs/evaluate.o .libs/vmps.o .libs/detail.o -Wl,--export-dynamic  /home/parsond/Desktop/freeradius-server-2.1.4/src/lib/.libs/libfreeradius-radius.so -lnsl -lresolv -lpthread -lcrypt /usr/lib/libltdl.so -ldl -lssl -lcrypto  -Wl,-rpath -Wl,/usr/lib/freeradius
.libs/modules.o: In function `setup_modules':
/home/parsond/Desktop/freeradius-server-2.1.4/src/main/modules.c:1039: undefined reference to `lt_preloaded_symbols'
collect2: ld returned 1 exit status
make[5]: *** [radiusd] Error 1
make[5]: Leaving directory `/home/parsond/Desktop/freeradius-server-2.1.4/src/main'
make[4]: *** [common] Error 2
make[4]: Leaving directory `/home/parsond/Desktop/freeradius-server-2.1.4/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/parsond/Desktop/freeradius-server-2.1.4/src'
make[2]: *** [common] Error 2
make[2]: Leaving directory `/home/parsond/Desktop/freeradius-server-2.1.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/parsond/Desktop/freeradius-server-2.1.4'
make: *** [build-arch-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

I have searched online for fixes to the 'undefined reference to lt_preloaded_symbols', I know it is related to the libtool I am using, but I don't know where to begin to get this resolved. I hope someone can help! I am have libtool 2.2.4 and libltdl7 2.2.4 installed, if this helps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20090324/5c653f23/attachment.html>


More information about the Freeradius-Users mailing list