<DIV>dear daniel,</DIV>
<DIV>&nbsp;</DIV>
<DIV>i got the below error. when i did </DIV>
<DIV>make include_modules="auth_radius group_radius uri_radius mysql"</DIV>
<DIV>make include_modules="auth_radius group_radius uri_radius mysql" install</DIV>
<DIV>&nbsp;</DIV>
<DIV>acc.c:612: too few arguments to function `rc_avpair_add' <BR>acc.c:623: warning: passing arg 1 of `rc_avpair_add' from incompatible pointer t <BR>ype <BR>acc.c:623: warning: passing arg 2 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:623: warning: passing arg 3 of `rc_avpair_add' makes integer from pointer <BR>without a cast <BR>acc.c:623: warning: passing arg 4 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:623: too few arguments to function `rc_avpair_add' <BR>acc.c:645: warning: passing arg 1 of `rc_avpair_add' from incompatible pointer t <BR>ype <BR>acc.c:645: warning: passing arg 2 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:645: warning: passing arg 3 of `rc_avpair_add' makes integer from pointer <BR>without a cast <BR>acc.c:645: warning: passing arg 4 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:645: too few arguments to function `rc_avpair_add'
 <BR>acc.c:656: warning: passing arg 1 of `rc_avpair_add' from incompatible pointer t <BR>ype <BR>acc.c:656: warning: passing arg 2 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:656: warning: passing arg 3 of `rc_avpair_add' makes integer from pointer <BR>without a cast <BR>acc.c:656: warning: passing arg 4 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:656: too few arguments to function `rc_avpair_add' <BR>acc.c:666: warning: passing arg 1 of `rc_avpair_add' from incompatible pointer t <BR>ype <BR>acc.c:666: warning: passing arg 2 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:666: warning: passing arg 3 of `rc_avpair_add' makes integer from pointer <BR>without a cast <BR>acc.c:666: warning: passing arg 4 of `rc_avpair_add' makes pointer from integer <BR>without a cast <BR>acc.c:666: too few arguments to function `rc_avpair_add' <BR>acc.c:673: warning: passing arg 1 of `rc_acct' makes pointer from
 integer withou <BR>t a cast <BR>acc.c:673: warning: passing arg 2 of `rc_acct' makes integer from pointer withou <BR>t a cast <BR>acc.c:673: too few arguments to function `rc_acct' <BR>make[1]: *** [acc.o] Error 1 <BR>make[1]: Leaving directory `/opt/ser-0.8.12/modules/acc' <BR>install -m 755 ser /usr/local/sbin/ <BR>touch /usr/local/sbin//sc <BR>install -m 755 scripts/sc /usr/local/sbin/ <BR>mv -f /usr/local/sbin//sc /usr/local/sbin//serctl <BR>touch /usr/local/sbin//ser_mysql.sh <BR>install -m 755 scripts/ser_mysql.sh /usr/local/sbin/ <BR>touch /usr/local/sbin//gen_ha1 <BR>install -m 755 utils/gen_ha1/gen_ha1 /usr/local/sbin/ <BR><STRONG>ERROR: module modules/auth_radius/auth_radius.so not compiled <BR>ERROR: module modules/group_radius/group_radius.so not compiled <BR>ERROR: module modules/uri_radius/uri_radius.so not compiled <BR>ERROR: module modules/acc/acc.so not compiled <BR></STRONG>touch /usr/local/share/doc/ser//INSTALL <BR>install -m 644 INSTALL /usr/local/share/doc/ser/
 <BR>touch /usr/local/share/doc/ser//README-MODULES <BR>install -m 644 README-MODULES /usr/local/share/doc/ser/ <BR>touch /usr/local/share/doc/ser//AUTHORS <BR>install -m 644 AUTHORS /usr/local/share/doc/ser/ <BR>touch /usr/local/share/doc/ser//NEWS <BR>install -m 644 NEWS /usr/local/share/doc/ser/ <BR>touch /usr/local/share/doc/ser//README <BR>install -m 644 README /usr/local/share/doc/ser/ <BR>touch /usr/local/share/man//man8/ser.8 <BR>install -m 644 ser.8 /usr/local/share/man//man8 <BR>touch /usr/local/share/man//man5/ser.cfg.5 <BR>install -m 644 ser.cfg.5 /usr/local/share/man//man5 <BR></DIV>
<DIV>where i might have gone wrong?</DIV>
<DIV>&nbsp;</DIV>
<DIV>regards,</DIV>
<DIV>nair.<BR><BR>--- Daniel-Constantin Mierla &lt;daniel@iptel.org&gt; wrote: <BR>&gt; I forgot to mention, you have to use include_modules <BR>&gt; or exclude_modules <BR>&gt; for make install, too. <BR>&gt; <BR>&gt; .Daniel <BR>&gt; <BR>&gt; On 2/10/2004 11:37 AM, Daniel-Constantin Mierla <BR>&gt; wrote: <BR>&gt; <BR>&gt; &gt; Hello, <BR>&gt; &gt; try with include_modules, e.g., <BR>&gt; &gt; <BR>&gt; &gt; make include_modules="auth_radius group_radius <BR>&gt; uri_radius mysql" modules <BR>&gt; &gt; .... <BR>&gt; &gt; <BR>&gt; &gt; .Daniel <BR>&gt; &gt; <BR>&gt; &gt; On 2/10/2004 11:33 AM, Nair wrote: <BR>&gt; &gt; <BR>&gt; &gt;&gt; After installing radius client and doing <BR>&gt; necessary <BR>&gt; &gt;&gt; changes in modules/acc/Makefile , <BR>&gt; &gt;&gt; [root@sip ser-0.8.12]# locate radiusclient.h <BR>&gt; &gt;&gt; /usr/local/include/radiusclient.h <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; [root@sip ser-0.8.12]#make exclude_modules="" <BR>&gt; modules and then
 <BR>&gt; &gt;&gt; [root@sip ser-0.8.12]#make prefix=/usr/local <BR>&gt; install <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; But the following modules still did not install. <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; group_radius.so <BR>&gt; &gt;&gt; uri_radius.so <BR>&gt; &gt;&gt; auth_radius.so <BR>&gt; &gt;&gt; mysql.so <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; any clue on the same. <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; __________________________________ <BR>&gt; &gt;&gt; Do you Yahoo!? <BR>&gt; &gt;&gt; Yahoo! Finance: Get your refund fast by filing <BR>&gt; online. <BR>&gt; &gt;&gt; http://taxes.yahoo.com/filing.html <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; _______________________________________________ <BR>&gt; &gt;&gt; Serusers mailing list <BR>&gt; &gt;&gt; serusers@lists.iptel.org <BR>&gt; &gt;&gt; http://lists.iptel.org/mailman/listinfo/serusers <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; <BR>&gt; &gt;&gt; <BR>&gt; &gt; <BR>&gt; &gt;
 _______________________________________________ <BR>&gt; &gt; Serusers mailing list <BR>&gt; &gt; serusers@lists.iptel.org <BR>&gt; &gt; http://lists.iptel.org/mailman/listinfo/serusers <BR>&gt; &gt; <BR></DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
Yahoo! Finance: <a href="http://us.rd.yahoo.com/evt=22055/*http://taxes.yahoo.com/filing.html">Get your refund fast by filing online</a>