Hi, Following error I am getting when i try to make the free radius on Solaris 10. I am following direction as stated from link http://wiki.freeradius.org/index.php/Build I installed following packages as suggested in the above link : libgcc-3.3-sol10-sparc-local.gz openssl-0.9.8b-sol10-sparc-local.gz openldap-2.3.21-sol10-sparc-local.gz And trying to build, freradius-1.1.3.tar.bz2 Using make version 3.80 Here is the sequesnce of command : ./configure ./make - and getting following error. # make make: *** No targets specified and no makefile found. Stop. # cd # cd rafi_dir/ # cd free_radius_1.1.3/ # cd freeradius-1.1.3 # make gmake[1]: Entering directory `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3' Making all in libltdl... gmake[2]: Entering directory `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl' /usr/sfw/bin//gmake all-am gmake[3]: Entering directory `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl' /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -no-undefined -version-info 4:4:1 -o libltdl.la -rpath /usr/local/lib ltdl.lo -ldl -lnsl -lresolv -lsocket -lposix4 -lpthread gcc -shared -Wl,-h -Wl,libltdl.so.3 -o .libs/libltdl.so.3.1.4 .libs/ltdl.o -ldl -lnsl -lresolv -lsocket -lposix4 -lpthread -lc (cd .libs && rm -f libltdl.so.3 && ln -s libltdl.so.3.1.4 libltdl.so.3) (cd .libs && rm -f libltdl.so && ln -s libltdl.so.3.1.4 libltdl.so) false cru .libs/libltdl.a ltdl.o gmake[3]: *** [libltdl.la] Error 1 gmake[3]: Leaving directory `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3/libltdl' gmake[1]: *** [common] Error 2 gmake[1]: Leaving directory `/export/home/dev/rafi_dir/free_radius_1.1.3/freeradius-1.1.3' make: *** [all] Error 2 Please help me figure out where do i need to look at, or any configuration that I missed ? Thanks Rafi -- Rafiqul Ahsan 630-717-1698(h) 2120 Periwinkle Ln 630-689-1457(h) Naperville, IL 60540 847-812-6176(c)
participants (1)
-
Rafiqul Ahsan