freeradius-1.1.2 install question on Solaris 10 (SPARC)
I am trying to install freeradius-1.1.2 on Solaris 10. I noticed that it requires to have open ssl installed on the system, and the Solaris 10 that I am working on has already installed open SSL as follows : /usr/local/ssl/lib # ls -al total 11884 drwxr-xr-x 4 root bin 512 Apr 21 09:01 . drwxr-xr-x 10 root root 512 Apr 21 09:01 .. drwxr-xr-x 2 root bin 512 Apr 21 09:01 engines -rw-r--r-- 1 root bin 2235224 Oct 15 2005 libcrypto.a lrwxrwxrwx 1 root root 18 Apr 21 09:01 libcrypto.so -> libcrypto.so.0.9.8 -r-xr-xr-x 1 root bin 1333832 Oct 15 2005 libcrypto.so.0.9.7 -r-xr-xr-x 1 root bin 1529352 Oct 15 2005 libcrypto.so.0.9.8 -rw-r--r-- 1 root bin 389692 Oct 15 2005 libssl.a lrwxrwxrwx 1 root root 15 Apr 21 09:01 libssl.so -> libssl.so.0.9.8 -r-xr-xr-x 1 root bin 234036 Oct 15 2005 libssl.so.0.9.7 -r-xr-xr-x 1 root bin 291900 Oct 15 2005 libssl.so.0.9.8 drwxr-xr-x 2 root bin 512 Apr 21 09:01 pkgconfig Also initiatially when I did ./configure - it was giving me error that the PATH was not set for gcc, cc etc. I set the path as follows : export PATH=$PATH:/usr/local/bin and then I attempetd to do make as follows : # make make[1]: Entering directory `/export/home/lab/freeradius-1.1.2' Making all in libltdl... make[2]: Entering directory `/export/home/lab/freeradius-1.1.2/libltdl' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -c ltdl.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -c ltdl.c -fPIC -DPIC -o .libs/ltdl.lo ltdl.c: In function `lt_dlopenext': ltdl.c:2926: warning: unused variable `file_found' gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -c ltdl.c -o ltdl.o>/dev/null 2>&1 mv -f .libs/ltdl.lo ltdl.lo /bin/sh ./libtool --mode=link gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -o libltdl.la-rpath /usr/local/lib -no-undefined -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 -z defs -h libltdl.so.3 -o .libs/libltdl.so.3.1.0 ltdl.lo -ldl -lnsl -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 make[2]: *** [libltdl.la] Error 1 make[2]: Leaving directory `/export/home/lab/freeradius-1.1.2/libltdl' make[1]: *** [common] Error 2 make[1]: Leaving directory `/export/home/lab/freeradius-1.1.2' make: *** [all] Error 2 I dont have any clue what that might be.. Can anybody help me figure out the problem ? 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