Hi, I'd like to know what's the prerequisite to install FreeRadius on solaris 9 box.

My installation stopped at command 'make' with a msg --> make: Fatal error: Command failed for target `all'

My steps of installation are:
 gunzip freeradius-1.0.1.tar.gz
 tar xvf freeradius-1.0.1.tar
 cd freeradius-1.0.1
 ./configure --help
 ./configure --prefix=/usr/local/freeradius --enable-shared=NO
 # I also tried './configure --prefix=/usr/local/freeradius'
 make
 # next step is, as root, execute command 'make install'

The errors and warnings in the config.log are:

> more config.log | grep error
ld: fatal: File processing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
configure:1462: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1462: error: (Each undeclared identifier is reported only once
configure:1462: error: for each function it appears in.)
configure:1491: error: `__MINGW32__' undeclared (first use in this function)
configure:1491: error: (Each undeclared identifier is reported only once
configure:1491: error: for each function it appears in.)
ld: fatal: Symbol referencing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: File processing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: Symbol referencing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: File processing errors. No output written to conftest
ld: fatal: Symbol referencing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: Symbol referencing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: File processing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: File processing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: Symbol referencing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
ld: fatal: Symbol referencing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
configure:7813: error: `getusershell' undeclared (first use in this function)
configure:7813: error: (Each undeclared identifier is reported only once
configure:7813: error: for each function it appears in.)
configure:7813: error: `endusershell' undeclared (first use in this function)
configure:7813: error: (Each undeclared identifier is reported only once
configure:7813: error: for each function it appears in.)
configure:7947: error: dereferencing pointer to incomplete type
ld: fatal: File processing errors. No output written to conftest
/* Override any gcc2 internal prototype to avoid an error.  */
configure:8545: error: too many arguments to function `gethostbyaddr_r'
configure:8639: error: too many arguments to function `gethostbyname_r'
configure:8731: error: too many arguments to function `ctime_r'
> more config.log | grep warning
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:7704: warning: conflicting types for built-in function `snprintf'
configure:7704: warning: conflicting types for built-in function `vsnprintf'
configure:8099: warning: function declaration isn't a prototype
configure:8101: warning: function declaration isn't a prototype
configure:8199: warning: function declaration isn't a prototype
configure:8201: warning: function declaration isn't a prototype
configure:8258: warning: function declaration isn't a prototype
configure:8259: warning: unused variable `a'
configure:8299: warning: function declaration isn't a prototype
configure:8300: warning: unused variable `a'
configure:8299: warning: function declaration isn't a prototype
configure:8300: warning: unused variable `a'
configure:8346: warning: function declaration isn't a prototype
configure:8347: warning: unused variable `a'
configure:8346: warning: function declaration isn't a prototype
configure:8347: warning: unused variable `a'
configure:8393: warning: function declaration isn't a prototype
configure:8394: warning: unused variable `a'
configure:8393: warning: function declaration isn't a prototype
configure:8394: warning: unused variable `a'
configure:8544: warning: function declaration isn't a prototype
configure:8571: warning: function declaration isn't a prototype
configure:8638: warning: function declaration isn't a prototype
configure:8664: warning: function declaration isn't a prototype
configure:8730: warning: function declaration isn't a prototype
configure:8755: warning: function declaration isn't a prototype

Tks in advance,

Judy


Do you Yahoo!?
Check out the new Yahoo! Front Page. www.yahoo.com

Reply via email to