Hi, maybe someone can help me on this: nntpcache-3.0.1 won't compile --with-authinfo-radius on Suse 7.2 (same on RH 7.1) standard ./configure & make is running fine ./configure --with-authinfo-radius <----------- snip -------------------------> checking for radius authinfo support... yes checking for rad_auth_open in -lradius... no checking for rad_open in -lradius... no Using own radius support. <----------- snip -------------------------> 1st Try: Used src (from distribution, md5.h from BSD) btw the radlib_private.h is missing in the distribution tar ball file I cut and pasted it from the "source on worldtour" pages Makefile.in & .am from distribution md5.h,v 1.6.2.1 1998/02/18 02:28:14 jkh md5c.c,v 1.5.2.1 1996/12/30 08:16:09 phk radlib.c,v 1.4 1999/10/31 04:47:59 jdp radlib.h,v 1.3 1999/10/31 04:47:59 jdp radlib_private.h,v 1.4 1999/10/31 04:47:59 jdp make gmake[2]: Entering directory `/usr/src/packages/SOURCES/nntpcache-3.0.1/libradius' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../cf -I../common -g -O2 -Wall -pipe -c radlib.c radlib.c: In function `rad_add_server': radlib.c:237: structure has no member named `sin_len' radlib.c: In function `rad_init_send_request': radlib.c:601: structure has no member named `sin_len' gmake[2]: *** [radlib.o] Error 1 gmake[2]: Leaving directory `/usr/src/packages/SOURCES/nntpcache-3.0.1/libradius' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/src/packages/SOURCES/nntpcache-3.0.1' make: *** [all-recursive-am] Error 2 2nd Try: make clean; ./configure --with-authinfo-radius Used src (from BSD) Makefile.in & .am from distribution md5.h,v 1.6.2.1 1998/02/18 02:28:14 jkh md5c.c,v 1.5.2.1 1996/12/30 08:16:09 phk radlib.c,v 1.1.1.1 1998/11/13 00:53:01 jdp radlib.h,v 1.1.1.1 1998/11/13 00:53:01 jdp radlib_private.h,v 1.1.1.1 1998/11/13 00:53:01 make <----------- snip -------------------------> loc -I../libdbz -g -O2 -Wall -pipe -c authinfo_radius.c authinfo_radius.c: In function `authinfo_radius_init': authinfo_radius.c:48: warning: implicit declaration of function `rad_auth_open' authinfo_radius.c:48: warning: assignment makes pointer from integer without a cast authinfo_radius.c:75: warning: passing arg 4 of `rad_add_server' makes integer from pointer without a cast authinfo_radius.c:75: warning: passing arg 5 of `rad_add_server' makes pointer from integer without a cast authinfo_radius.c:75: too few arguments to function `rad_add_server' gmake[2]: *** [authinfo_radius.o] Error 1 gmake[2]: Leaving directory `/usr/src/packages/SOURCES/nntpcache-3.0.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/src/packages/SOURCES/nntpcache-3.0.1' make: *** [all-recursive-am] Error 2 <----------- snip -------------------------> Maybe somebody can give me hint on this? TIA Dirk _______________________________________________ NNTPCache-users mailing list NNTPCache-users@nntpcache.org http://www.nntpcache.org/cgi-bin/mailman/listinfo/nntpcache-users