According to [EMAIL PROTECTED] (Tue, 01 Apr 2003 09:31:13 -0500): > I am having a problem installing FreeRadius on Solaris 8, SPARC based. > Please see the log message below for further information. > > If you can provide some suggestions, I would appreciate it. > > Thank you. > Milan Raval > > > gmake[2]: Entering directory `/tmp/freeradius-0.8.1/libltdl' > /bin/sh ./libtool --mode=link gcc -g -O2 -D_REENTRANT > -D_POSIX_PTHREAD_SEMANTI > S -Wall -D_GNU_SOURCE -DNDEBUG -o libltdl.la -rpath /usr/local/lib > -no-undefin > d -version-info 4:0:1 ltdl.lo -ldl -lnsl -lresolv -lsocket -lposix4 > -lpthread > rm -fr .libs/libltdl.la .libs/libltdl.* .libs/libltdl.* > /usr/ccs/bin/ld -G -h libltdl.so.3 -o .libs/libltdl.so.3.1.0 ltdl.lo -ldl > -ln > l -lresolv -lsocket -lposix4 -lpthread -lc > (cd .libs && rm -f libltdl.so.3 && ln -s libltdl.so.3.1.0 libltdl.so.3) > (cd .libs && rm -f libltdl.so && ln -s libltdl.so.3.1.0 libltdl.so) > ar cru .libs/libltdl.a ltdl.o > ./libtool: ar: not found > gmake[2]: *** [libltdl.la] Error 1 > gmake[2]: Leaving directory `/tmp/freeradius-0.8.1/libltdl' > gmake[1]: *** [common] Error 1 > gmake[1]: Leaving directory `/tmp/freeradius-0.8.1' > make: *** [install] Error 2 > sys# > >
Is /usr/ccs/bin in you path ? 'ar' is in /usr/ccs/bin. If it isn't there, you need to install the SUNWbtool package Hope it helps. -- Samuel Degrande LIFL - UMR 8022 CNRS - Bat M3 Phone: (33)3.20.43.47.38 USTL - Universite de Lille 1 Fax: (33)3.20.43.65.66 59655 VILLENEUVE D'ASCQ CEDEX - FRANCE - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
