FreeRADIUS install time errors on Solaris
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
Hello, Please pardon my below mail- I'm a newbie to FreeRADIUS working on solaris after a long time. Below was shell env problems. Thanks, Ronak From: Ronak Sutaria Sent: Monday, September 11, 2006 3:22 PM To: 'freeradius-users@lists.freeradius.org' Cc: 'rsutaria@gmail.com' Subject: FreeRADIUS install time errors on Solaris 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
Ronak Sutaria wrote:
/nisusers/rsutaria/FreeRADIUS/freeradius-1.1.3/libtool: ranlib: command not found
ranlib is in /usr/ccs/bin alongside (SUN)make, ar, ld and friends. add /usr/ccs/bin to the start of your PATH. Rob PS. Check the WIKI for building notes. -- Rob Shepherd | Computer and Network Engineer | Technium CAST | LL57 4HJ rob@techniumcast.com | 01248 675024 | 077988 72480
participants (2)
-
Rob Shepherd -
Ronak Sutaria