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