Back again,<br><br>&nbsp;&nbsp; I checked all libnetfilter-conntrack, and there is a version for the testing version of debian 0.0.96-1.<br>&nbsp;&nbsp; Can i upgrade this package on my etch version?<br>&nbsp;&nbsp; Or can&#39;t i install mediaproxy on an etch release?<br>
&nbsp;&nbsp; Thanks,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Nuno<br><br><div class="gmail_quote">2008/10/31 Nuno Marques <span dir="ltr">&lt;<a href="mailto:yangsengopenser@gmail.com">yangsengopenser@gmail.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;">
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" target="_blank">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" target="_blank">dan@ag-projects.com</a>&gt;</span><div>
<div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>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><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></div></div><br>
</blockquote></div><br>