<div>As per the readme and install</div>
<div> </div>
<div>i have installed related packages</div>
<div>when i do  setup i get the following error</div>
<div> </div>
<div>any one have successfully installed Mediaproxy 2.3.2 on debian</div>
<div> </div>
<div>any suggestions</div>
<div> </div>
<div>Ram</div>
<div> </div>
<div>./setup.py build<br>running build<br>running build_py<br>running build_ext<br>building &#39;mediaproxy.interfaces.system._conntrack&#39; extension<br>gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -DMODULE_VERSION=2.3.2 -DIPTABLES_VERSION=&quot;1.4.0&quot; -Imediaproxy/interfaces/system/libiptc/include -I/usr/include/python2.4 -c mediaproxy/interfaces/system/_conntrack.c -o build/temp.linux-i686-2.4/mediaproxy/interfaces/system/_conntrack.o<br>
mediaproxy/interfaces/system/_conntrack.c:74: warning: âenum nf_conntrack_msg_typeâ declared inside parameter list<br>mediaproxy/interfaces/system/_conntrack.c:74: warning: its scope is only this definition or declaration, which is probably not what you want<br>
mediaproxy/interfaces/system/_conntrack.c:74: error: parameter 1 (âtypeâ) has incomplete type<br>mediaproxy/interfaces/system/_conntrack.c: In function âconntrack_callbackâ:<br>mediaproxy/interfaces/system/_conntrack.c:78: warning: implicit declaration of function ânfct_cloneâ<br>
mediaproxy/interfaces/system/_conntrack.c:78: warning: assignment makes pointer from integer without a cast<br>mediaproxy/interfaces/system/_conntrack.c:79: error: âNFCT_CB_STOPâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:79: error: (Each undeclared identifier is reported only once<br>mediaproxy/interfaces/system/_conntrack.c:79: error: for each function it appears in.)<br>mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_newâ:<br>
mediaproxy/interfaces/system/_conntrack.c:161: warning: implicit declaration of function ânfct_newâ<br>mediaproxy/interfaces/system/_conntrack.c:161: warning: assignment makes pointer from integer without a cast<br>mediaproxy/interfaces/system/_conntrack.c:167: warning: implicit declaration of function ânfct_set_attr_u8â<br>
mediaproxy/interfaces/system/_conntrack.c:167: error: âATTR_ORIG_L3PROTOâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:168: error: âATTR_ORIG_L4PROTOâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_deallocâ:<br>mediaproxy/interfaces/system/_conntrack.c:181: warning: implicit declaration of function ânfct_get_attr_u16â<br>mediaproxy/interfaces/system/_conntrack.c:181: error: âATTR_ORIG_PORT_DSTâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:186: warning: implicit declaration of function ânfct_queryâ<br>mediaproxy/interfaces/system/_conntrack.c:186: error: âNFCT_Q_DESTROYâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:193: warning: implicit declaration of function ânfct_destroyâ<br>
mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_initâ:<br>mediaproxy/interfaces/system/_conntrack.c:274: warning: implicit declaration of function ânfct_set_attr_u32â<br>mediaproxy/interfaces/system/_conntrack.c:274: error: âATTR_ORIG_IPV4_SRCâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:275: warning: implicit declaration of function ânfct_set_attr_u16â<br>mediaproxy/interfaces/system/_conntrack.c:275: error: âATTR_ORIG_PORT_SRCâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:276: error: âATTR_ORIG_IPV4_DSTâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:277: error: âATTR_ORIG_PORT_DSTâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:278: error: âNFCT_Q_DESTROYâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:290: warning: implicit declaration of function ânfct_setobjoptâ<br>
mediaproxy/interfaces/system/_conntrack.c:290: error: âNFCT_SOPT_SETUP_REPLYâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:291: error: âATTR_DNAT_IPV4â undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:292: error: âATTR_DNAT_PORTâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:293: error: âATTR_SNAT_IPV4â undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:294: error: âATTR_SNAT_PORTâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:295: error: âATTR_TIMEOUTâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:296: error: âATTR_MARKâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:299: error: âNFCT_Q_CREATEâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_get_conntrackâ:<br>mediaproxy/interfaces/system/_conntrack.c:329: warning: implicit declaration of function ânfct_callback_registerâ<br>mediaproxy/interfaces/system/_conntrack.c:329: error: âNFCT_T_ALLâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:335: error: âNFCT_Q_GETâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c: At top level:<br>mediaproxy/interfaces/system/_conntrack.c:350: error: field âtypeâ has incomplete type<br>
mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_get_attrâ:<br>mediaproxy/interfaces/system/_conntrack.c:366: warning: implicit declaration of function ânfct_get_attr_u32â<br>mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_get_countersâ:<br>
mediaproxy/interfaces/system/_conntrack.c:385: error: âATTR_ORIG_COUNTER_BYTESâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:386: error: âATTR_REPL_COUNTER_BYTESâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:387: error: âATTR_ORIG_COUNTER_PACKETSâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:388: error: âATTR_REPL_COUNTER_PACKETSâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_set_timeoutâ:<br>mediaproxy/interfaces/system/_conntrack.c:433: error: âATTR_TIMEOUTâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:435: error: âNFCT_Q_UPDATEâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c: At top level:<br>mediaproxy/interfaces/system/_conntrack.c:450: error: âATTR_TIMEOUTâ undeclared here (not in a function)<br>mediaproxy/interfaces/system/_conntrack.c:451: error: âATTR_ORIG_COUNTER_PACKETSâ undeclared here (not in a function)<br>
mediaproxy/interfaces/system/_conntrack.c:452: error: âATTR_ORIG_COUNTER_BYTESâ undeclared here (not in a function)<br>mediaproxy/interfaces/system/_conntrack.c:453: error: âATTR_REPL_COUNTER_PACKETSâ undeclared here (not in a function)<br>
mediaproxy/interfaces/system/_conntrack.c:454: error: âATTR_REPL_COUNTER_BYTESâ undeclared here (not in a function)<br>mediaproxy/interfaces/system/_conntrack.c: In function âExpireWatcher_readâ:<br>mediaproxy/interfaces/system/_conntrack.c:582: error: âNFCT_T_ALLâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:587: warning: implicit declaration of function ânfct_catchâ<br>mediaproxy/interfaces/system/_conntrack.c:588: warning: implicit declaration of function ânfct_callback_unregisterâ<br>
mediaproxy/interfaces/system/_conntrack.c:599: warning: implicit declaration of function ânfct_get_attr_u8â<br>mediaproxy/interfaces/system/_conntrack.c:599: error: âATTR_ORIG_L3PROTOâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:600: error: âATTR_REPL_L3PROTOâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:601: error: âATTR_ORIG_L4PROTOâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:602: error: âATTR_REPL_L4PROTOâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:609: error: âATTR_ORIG_PORT_DSTâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:612: error: âATTR_ORIG_IPV4_SRCâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:612: error: âATTR_ORIG_PORT_SRCâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:612: error: âATTR_DNAT_IPV4â undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:612: error: âATTR_REPL_IPV4_SRCâ undeclared (first use in this function)<br>
mediaproxy/interfaces/system/_conntrack.c:612: error: âATTR_DNAT_PORTâ undeclared (first use in this function)<br>mediaproxy/interfaces/system/_conntrack.c:612: error: âATTR_REPL_PORT_SRCâ undeclared (first use in this function)<br>
error: command &#39;gcc&#39; failed with exit status 1<br></div>