I get a fatal error while trying to make pam. Here's the output, any
assistance would be greatly appreciated.


root 72 % => cd pam_radius-1.3.14/
root 73 % => ls
./                     INSTALL                TODO                   md5.c
pam_radius_auth.conf
../                    Makefile               USAGE                  md5.h
pam_radius_auth.h
Changelog              README                 index.html
pam_radius_auth.c      radius.h
root 74 % => make
cc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o
pam_radius_auth.c: In function `ipstr2long':
pam_radius_auth.c:155: warning: subscript has type `char'
pam_radius_auth.c: In function `good_ipaddr':
pam_radius_auth.c:191: warning: subscript has type `char'
pam_radius_auth.c: In function `host2server':
pam_radius_auth.c:245: warning: subscript has type `char'
pam_radius_auth.c: In function `rad_converse':
pam_radius_auth.c:975: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:978: warning: passing arg 2 from incompatible pointer type
pam_radius_auth.c: In function `pam_sm_authenticate':
pam_radius_auth.c:1034: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
pam_radius_auth.c:1062: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1076: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1117: 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:1246: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
pam_radius_auth.c:1267: 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:1352: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
pam_radius_auth.c:1373: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1382: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
pam_radius_auth.c:1387: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
cc -Wall -fPIC  -c  md5.c
ld -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so
ld: fatal: option -B has illegal argument `shareable'
ld: fatal: Flags processing errors
*** Error code 1
make: Fatal error: Command failed for target `pam_radius_auth.so'
root 75 % => 


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

Reply via email to