Problem with "make"

f0rud fzerorubigd at gmail.com
Wed Jun 9 14:21:14 CEST 2010


On Wed, 2010-06-09 at 13:32 +0200, Martín @ Ibersystems wrote:
> Hello all,
>  
> we are trying to install Radius Manager from DmaSoftlab. We need to
> install Freeradius and we gt problems with the "make"
> 
> We get this errors:
>  
> ********************************************************************* 
> 
> modcall.lo radiusd.lo stats.lo session.lo threads.lo util.lo
> valuepair.lo version.lo xlat.lo event.lo realms.lo evaluate.lo vmps.lo
> detail.lo      \
>                  /root/work/freeradius-server-2.1.8/src/lib/libfreeradius-radius.la -lnsl -lresolv  -lpthread  \
>                 -lcrypt  -lltdl -lcrypto -lssl -lcrypto
> rm -f .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT
> creating .libs/radiusdS.c
> (cd .libs && gcc  -g -O2 -c -fno-builtin "radiusdS.c")
> rm
> -f .libs/radiusdS.c .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT
> gcc .libs/radiusdS.o
> -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  /root/work/freeradius-server-2.1.8/src/lib/.libs/libfreeradius-radius.so -lnsl -lresolv -lpthread -lcrypt /usr/lib/libltdl.so -lssl -lcrypto -ldl
> .libs/modules.o: In function `setup_modules':
> /root/work/freeradius-server-2.1.8/src/main/modules.c:1358: undefined
> reference to `lt__PROGRAM__LTX_preloaded_symbols'
> collect2: ld returned 1 exit status
> make[4]: *** [radiusd] Error 1
> make[4]: se sale del directorio
> `/root/work/freeradius-server-2.1.8/src/main'
> make[3]: *** [common] Error 2
> make[3]: se sale del directorio
> `/root/work/freeradius-server-2.1.8/src'
> make[2]: *** [all] Error 2
> make[2]: se sale del directorio
> `/root/work/freeradius-server-2.1.8/src'
> make[1]: *** [common] Error 2
> make[1]: se sale del directorio `/root/work/freeradius-server-2.1.8'
> make: *** [all] Error 2 
> *********************************************************************
> 
> SO: Ubuntu Server 10.0.4 Lucid Lynxs
> 
> We  tryed the sources from dmasoftlab (2.1.8 modified) and the sources
> of freeradius.org (2.1.9) with the 2 sources we get the same error.
> 
> What we have to install or fix?
> 
> 
> 
> Thanks,
> 
I had exact problem in Archlinux , and I found this is because of
libtool 2 for fix Instead of run ./configure 
I use 
./configure --with-system-libtool

That fix my problem, 
hope this help.




More information about the Freeradius-Users mailing list