Hi all

   I want to use a remote Freeradius server to auth users when they
login solaris server ud32.
So, I should install pam_radius_auth on my solaris server ud32 to use
radius.

But, I encounterd error when I run the command make under the directory
pam_radius-1.3.16.

Related Info:

SunOS ud32 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-5_10

# gcc -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.1/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.1
#


CC=gcc;export CC


# make -v
GNU Make 3.80
Copyright (C) 2002  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.
#


Pls help me. Thanks very much.


# make
gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o
In file included from pam_radius_auth.h:23,
                 from pam_radius_auth.c:63:
md5.h:21: error: parse error before "u_int32_t"
md5.h:21: warning: no semicolon at end of struct or union
md5.h:22: warning: type defaults to `int' in declaration of `bits'
md5.h:22: warning: data definition has no type or storage class
md5.h:24: error: parse error before '}' token
md5.h:29: error: parse error before "buf"
pam_radius_auth.c: In function `ipstr2long':
pam_radius_auth.c:179: warning: subscript has type `char'
pam_radius_auth.c: In function `good_ipaddr':
pam_radius_auth.c:215: warning: subscript has type `char'
pam_radius_auth.c: In function `host2server':
pam_radius_auth.c:271: warning: subscript has type `char'
pam_radius_auth.c: In function `get_random_vector':
pam_radius_auth.c:350: error: storage size of `my_md5' isn't known
pam_radius_auth.c:350: warning: unused variable `my_md5'
pam_radius_auth.c: In function `get_accounting_vector':
pam_radius_auth.c:382: error: storage size of `my_md5' isn't known
pam_radius_auth.c:382: warning: unused variable `my_md5'
pam_radius_auth.c: In function `verify_packet':
pam_radius_auth.c:400: error: storage size of `my_md5' isn't known
pam_radius_auth.c:400: warning: unused variable `my_md5'
pam_radius_auth.c: In function `add_password':
pam_radius_auth.c:497: error: storage size of `md5_secret' isn't known
pam_radius_auth.c:497: error: storage size of `my_md5' isn't known
pam_radius_auth.c:497: warning: unused variable `md5_secret'
pam_radius_auth.c:497: warning: unused variable `my_md5'
pam_radius_auth.c: In function `rad_converse':
pam_radius_auth.c:1016: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1019: warning: passing arg 2 of pointer to function
from incompatible pointer type
pam_radius_auth.c: In function `pam_sm_authenticate':
pam_radius_auth.c:1071: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
pam_radius_auth.c:1099: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1113: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1146: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c: In function `pam_private_session':
pam_radius_auth.c:1267: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
pam_radius_auth.c:1288: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c: In function `pam_sm_chauthtok':
pam_radius_auth.c:1374: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
pam_radius_auth.c:1395: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1404: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1409: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
make: *** [pam_radius_auth.o] Error 1
#



    
Thanks
Gordon Wang


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to