Hi Dan,<br><br>&nbsp;&nbsp; I&#39;ve allready checked all the packages, the problem is that i have libnetfilter-conntrack-dev 0.0.31 (very old i suppose).<br>&nbsp;&nbsp; Tryed to get correct version, but don&#39;t know where... In debian etch packages i only get 0.0.31-1 (looked at <a href="http://packages.debian.org/etch/libnetfilter-conntrack-dev">http://packages.debian.org/etch/libnetfilter-conntrack-dev</a>).<br>
&nbsp;&nbsp; Can you tell me where i can get that version?<br>&nbsp;&nbsp; Thanks,<br><br>&nbsp;&nbsp; BR<br><br>&nbsp; Nuno<br>&nbsp;&nbsp; <br><br><div class="gmail_quote">2008/10/31 Dan Pascu <span dir="ltr">&lt;<a href="mailto:dan@ag-projects.com">dan@ag-projects.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Thursday 30 October 2008, Nuno Marques wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; &nbsp; I tried to upgrade my openser 1.3.2 to opensips 1.4.2, so when it<br>
&gt; comes to mediaproxy i thought of putting mediaproxy 2.1 running.<br>
&gt; &nbsp; Followed all the install.txt instructions, installed all python<br>
<br>
</div>It seems you haven&#39;t followed all of them after all. This item from the<br>
dependency list is clearly not installed on your system:<br>
<br>
&nbsp;- libnetfilter-conntrack (at least version 0.0.89)<br>
 &nbsp; Most of the Linux distributions separate a library package into runtime<br>
 &nbsp; and development packages. To build MediaProxy, the development version<br>
 &nbsp; is needed (it usually has a -dev suffix in the package name).<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; packages (with easy_install package) and when o try to make ./setup.py<br>
&gt; build it gives me this big error:<br>
&gt;<br>
&gt; ./setup.py build<br>
&gt; running build<br>
&gt; running build_py<br>
&gt; running build_ext<br>
&gt; building &#39;mediaproxy.interfaces.system._conntrack&#39; extension<br>
&gt; gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall<br>
&gt; -Wstrict-prototypes -fPIC -DMODULE_VERSION=2.1.0<br>
&gt; -DIPTABLES_VERSION=&quot;1.4.0&quot;<br>
&gt; -Imediaproxy/interfaces/system/libiptc/include -I/usr/include/python2.4<br>
&gt; -c mediaproxy/interfaces/system/_conntrack.c -o<br>
&gt; build/temp.linux-i686-2.4/mediaproxy/interfaces/system/_conntrack.o<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:81: warning: āenum<br>
&gt; nf_conntrack_msg_typeā declared inside parameter list<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:81: warning: its scope is<br>
&gt; only this definition or declaration, which is probably not what you<br>
&gt; want mediaproxy/interfaces/system/_conntrack.c:81: error: parameter 1<br>
&gt; (ātypeā) has incomplete type<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āconntrack_callbackā: mediaproxy/interfaces/system/_conntrack.c:85:<br>
&gt; warning: implicit declaration of function ānfct_cloneā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:85: warning: assignment makes<br>
&gt; pointer from integer without a cast<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:86: error: āNFCT_CB_STOPā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:86: error: (Each undeclared<br>
&gt; identifier is reported only once<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:86: error: for each function<br>
&gt; it appears in.)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āForwardingRule_newā: mediaproxy/interfaces/system/_conntrack.c:122:<br>
&gt; warning: implicit declaration of function ānfct_newā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:122: warning: assignment<br>
&gt; makes pointer from integer without a cast<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:128: warning: implicit<br>
&gt; declaration of function ānfct_set_attr_u8ā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:128: error:<br>
&gt; āATTR_ORIG_L3PROTOā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:129: error:<br>
&gt; āATTR_ORIG_L4PROTOā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āForwardingRule_deallocā:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:152: warning: implicit<br>
&gt; declaration of function ānfct_queryā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:152: error: āNFCT_Q_DESTROYā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:159: warning: implicit<br>
&gt; declaration of function ānfct_destroyā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āForwardingRule_initā:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:208: warning: implicit<br>
&gt; declaration of function ānfct_set_attr_u32ā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:208: error:<br>
&gt; āATTR_ORIG_IPV4_SRCā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:209: warning: implicit<br>
&gt; declaration of function ānfct_set_attr_u16ā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:209: error:<br>
&gt; āATTR_ORIG_PORT_SRCā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:210: error:<br>
&gt; āATTR_ORIG_IPV4_DSTā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:211: error:<br>
&gt; āATTR_ORIG_PORT_DSTā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:212: error: āNFCT_Q_DESTROYā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:224: warning: implicit<br>
&gt; declaration of function ānfct_setobjoptā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:224: error:<br>
&gt; āNFCT_SOPT_SETUP_REPLYā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:225: error: āATTR_DNAT_IPV4ā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:226: error: āATTR_DNAT_PORTā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:227: error: āATTR_SNAT_IPV4ā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:228: error: āATTR_SNAT_PORTā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:229: error: āATTR_TIMEOUTā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:230: error: āATTR_MARKā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:233: error: āNFCT_Q_CREATEā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āForwardingRule_get_conntrackā:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:264: warning: implicit<br>
&gt; declaration of function ānfct_callback_registerā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:264: error: āNFCT_T_ALLā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:270: error: āNFCT_Q_GETā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: At top level:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:285: error: field ātypeā has<br>
&gt; incomplete type<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āForwardingRule_get_attrā:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:301: warning: implicit<br>
&gt; declaration of function ānfct_get_attr_u32ā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āForwardingRule_set_timeoutā:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:344: error: āATTR_TIMEOUTā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:346: error: āNFCT_Q_UPDATEā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: At top level:<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:361: error: āATTR_TIMEOUTā<br>
&gt; undeclared here (not in a function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:362: error:<br>
&gt; āATTR_ORIG_COUNTER_PACKETSā undeclared here (not in a function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:363: error:<br>
&gt; āATTR_ORIG_COUNTER_BYTESā undeclared here (not in a function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:364: error:<br>
&gt; āATTR_REPL_COUNTER_PACKETSā undeclared here (not in a function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:365: error:<br>
&gt; āATTR_REPL_COUNTER_BYTESā undeclared here (not in a function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c: In function<br>
&gt; āExpireWatcher_readā: mediaproxy/interfaces/system/_conntrack.c:486:<br>
&gt; error: āNFCT_T_ALLā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:491: warning: implicit<br>
&gt; declaration of function ānfct_catchā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:492: warning: implicit<br>
&gt; declaration of function ānfct_callback_unregisterā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:503: warning: implicit<br>
&gt; declaration of function ānfct_get_attr_u8ā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:503: error:<br>
&gt; āATTR_ORIG_L3PROTOā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:504: error:<br>
&gt; āATTR_REPL_L3PROTOā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:505: error:<br>
&gt; āATTR_ORIG_L4PROTOā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:506: error:<br>
&gt; āATTR_REPL_L4PROTOā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:514: error:<br>
&gt; āATTR_ORIG_IPV4_SRCā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:515: warning: implicit<br>
&gt; declaration of function ānfct_get_attr_u16ā<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:515: error:<br>
&gt; āATTR_ORIG_PORT_SRCā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:516: error: āATTR_DNAT_IPV4ā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:516: error:<br>
&gt; āATTR_REPL_IPV4_SRCā undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:517: error: āATTR_DNAT_PORTā<br>
&gt; undeclared (first use in this function)<br>
&gt; mediaproxy/interfaces/system/_conntrack.c:517: error:<br>
&gt; āATTR_REPL_PORT_SRCā undeclared (first use in this function)<br>
&gt; error: command &#39;gcc&#39; failed with exit status 1<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;I think that i&#39;m missing something on gcc, but don&#39;t know what.<br>
&gt; Anyone have any idea?<br>
&gt;<br>
&gt; &nbsp; &nbsp;Thanks in advance,<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Nuno<br>
<br>
<br>
<br>
</div></div>--<br>
<font color="#888888">Dan<br>
</font></blockquote></div><br>