Hello, I am trying to compile and install the latest FreeRADIUS version 'freeradius-1.1.3' on Solaris 5.8 I am able to run the './configure' and 'make' commands, but when I run 'make install' I'm getting the following error: /nisusers/rsutaria/FreeRADIUS/freeradius-1.1.3/install-sh -c -c .libs/libradius.lai /usr/local/lib/libradius.la /nisusers/rsutaria/FreeRADIUS/freeradius-1.1.3/install-sh -c -c .libs/libradius.a /usr/local/lib/libradius.a chmod 644 /usr/local/lib/libradius.a ranlib /usr/local/lib/libradius.a /nisusers/rsutaria/FreeRADIUS/freeradius-1.1.3/libtool: ranlib: command not found make[4]: *** [install] Error 127 make[4]: Leaving directory `/nisusers/rsutaria/FreeRADIUS/freeradius-1.1.3/src/lib' make[3]: *** [common] Error 2 I can gather that my solaris instance is missing the 'ranlib' command- but I was wondering if someone could tell me which is the package I need to install on solaris for the 'make install' to work fine? Is there anything else that I could be doing wrong here? Help is much appreciated, in advance! Thanks, Ronak