Hello Alan. Firts, thanks for your time. Yes, im hate libtool, too. jejejejeje. i try to use the libtool tha is included in solaris and in FreeRadius too bash-2.05# vi Make.inc ... EXEEXT = LIBTOOL = /usr/local/src/freeradius/freeradius-1.0.4/libtool ACLOCAL = /usr/local/src/freeradius/freeradius-1.0.4/missing aclocal ..... but, when i use the libtool tha is included in solaris (LIBTOOL = /usr/local/bin/libtool) bash-2.05# /usr/local/bin/libtool -version libtool: unrecognized option `-version' Try `libtool --help' for more information. bash-2.05# /usr/local/bin/libtool --version ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. i see the next lines... make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/src/main' make[3]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/src' make[2]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/src' Making all in raddb... make[2]: Entering directory `/usr/local/src/freeradius/freeradius-1.0.4/raddb' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/raddb' Making all in scripts... make[2]: Entering directory `/usr/local/src/freeradius/freeradius-1.0.4/scripts' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/scripts' Making all in doc... make[2]: Entering directory `/usr/local/src/freeradius/freeradius-1.0.4/doc' make[3]: Entering directory `/usr/local/src/freeradius/freeradius-1.0.4/doc' Making all in rfc... make[4]: Entering directory `/usr/local/src/freeradius/freeradius-1.0.4/doc/rfc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/doc/rfc' make[3]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/doc' make[2]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4/doc' make[1]: Leaving directory `/usr/local/src/freeradius/freeradius-1.0.4' then i cant do make install. any idea Alan??? ------------------------- Use the libtool that is included with FreeRADIUS. Or, link the server statically. Did I ever mention I hate libtool? Alan DeKok.