<div dir="ltr">Hi I&#39;v got the following error when I&#39;m trying to compile OpenSIPs<br><br>make[1]: Entering directory `/root/opensips_1_4/modules/auth_radius&#39;<br>Compiling authorize.c<br>gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=prescott -Wold-style-definition -Wmissing-field-initializers -Wredundant-decls -DMOD_NAME=&#39;&quot;auth_radius&quot;&#39;&nbsp;&nbsp;&nbsp; -DNAME=&#39;&quot;opensips&quot;&#39; -DVERSION=&#39;&quot;1.4.2-notls&quot;&#39; -DARCH=&#39;&quot;i386&quot;&#39; -DOS=&#39;&quot;linux&quot;&#39; -DCOMPILER=&#39;&quot;gcc 4.1.2&quot;&#39; -D__CPU_i386 -D__OS_linux -D__SMP_yes -DCFG_DIR=&#39;&quot;//etc/opensips/&quot;&#39; -DPKG_MALLOC -DSHM_MEM&nbsp; -DSHM_MMAP -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DF_MALLOC&nbsp; -DSVNREVISION=&#39;&quot;2:4747M&quot;&#39;&nbsp; -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024&nbsp; -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DHAVE_SELECT -I/usr/local/include -c authorize.c -o authorize.o<br>
In file included from authrad_mod.h:34,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from authorize.c:46:<br>../../radius.h:38:30: error: radiusclient-ng.h: No such file or directory<br>make[1]: *** [authorize.o] Error 1<br>make[1]: Leaving directory `/root/opensips_1_4/modules/auth_radius&#39;<br>
make: *** [modules] Error 2<br>[root@server opensips_1_4]#<br>----------------------------------------------------------------------------------------------------------------------------------<br>I have enabled radius and mysql in Makefile, here is how it look&#39;s now<br>
<br># if not set on the cmd. line or the env, exclude this modules:<br>exclude_modules?= jabber cpl-c db_postgres osp db_unixodbc \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; db_oracle \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmpp presence presence_xml presence_mwi pua pua_bla pua_mi \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pua_usrloc pua_xmpp rls mi_xmlrpc perl snmpstats perlvdb \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ldap carrierroute h350 xcap_client db_berkeley seas peering<br>ifeq ($(TLS),)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exclude_modules+= tlsops<br>endif<br>------------------------------------------------------------------------------------------------------------------------------------<br>
Here is my kernel info<br>[root@server opensips_1_4]# uname -a<br>Linux <a href="http://server.example.com">server.example.com</a> 2.6.18-92.1.10.el5 #1 SMP Tue Aug 5 07:41:53 EDT 2008 i686 i686 i386 GNU/Linux<br>[root@server opensips_1_4]#<br>
<br>Any ideas how to fix this issue?<br></div>