Hello all. Im new in the mail list. Im installing a freeradius-1.0.4 on a sol9-sparc box. when i do make, the next error apear. ---------------------------------------------- libtool: link: not configured to extract global symbols from dlpreopened files gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I../include "-DHOSTINFO=\"\"" "-DRADIUSD_VERSION=\"1.0.4\"" -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 mainconfig.o -L/usr/local/src/freeradius/freeradius-1.0.4/src/lib -lcrypt -lnsl -lresolv -lsocket -lposix4 -lpthread /usr/local/src/freeradius/freeradius-1.0.4/src/lib/.libs/libradius.so /usr/local/lib/libltdl.so -L/usr/local/lib -L/usr/lib -L/usr/openwin/lib -L/usr/local/ssl/lib -ldl -lcrypt -R/usr/local/lib -R/usr/lib -R/usr/openwin/lib -R/usr/local/ssl/lib Undefined first referenced symbol in file lt_preloaded_symbols modules.o ld: fatal: Symbol referencing errors. No output written to .libs/radiusd collect2: ld returned 1 exit status ---------------------- I have deleted freeradius-1.0.4/src/modules/rlm_x99_token to eliminate a previous error. any idea?????? Thanks
Pablo Rodriguez Dominguez <prodriguezd@sia.es> wrote:
/usr/local/lib/libltdl.so -L/usr/local/lib -L/usr/lib -L/usr/openwin/lib -L/usr/local/ssl/lib -ldl -lcrypt -R/usr/local/lib -R/usr/lib -R/usr/openwin/lib -R/usr/local/ssl/lib Undefined first referenced symbol in file lt_preloaded_symbols modules.o ld: fatal: Symbol referencing errors. No output written to .libs/radiusd collect2: ld returned 1 exit status
You're not using the libltdl that comes with the server. I don't have access to a Solaris box, so I'm not sure what else I can say. Alan DeKok.
participants (2)
-
Alan DeKok -
Pablo Rodriguez Dominguez