<div>Hello,</div><div> Im having some issues installing media proxy 2.4.2 on a CentOS 5 image.</div><div>I'm following the instructions here:</div><div><a href="http://www.smartvox.co.uk/serfaq_install_mediaproxy2.htm">http://www.smartvox.co.uk/serfaq_install_mediaproxy2.htm</a></div>
<div><br></div><div>I run into an error when trying to build,</div><div> ‘NFCT_SOPT_SETUP_REPLY’ undeclared </div><div><br></div><div>Any ideas?</div><div>Thank you for your help.</div><div><br></div><div>[root@localhost mediaproxy-2.4.2]# ./setup.py build</div>
<div>running build</div><div>running build_py</div><div>running build_ext</div><div>building 'mediaproxy.interfaces.system._conntrack' extension</div><div>gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -DMODULE_VERSION=2.4.2 -DIPTABLES_VERSION="1.4.0" -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</div>
<div>mediaproxy/interfaces/system/_conntrack.c: In function ‘ForwardingRule_init’:</div><div>mediaproxy/interfaces/system/_conntrack.c:290: error: ‘NFCT_SOPT_SETUP_REPLY’ undeclared (first use in this function)</div><div>
mediaproxy/interfaces/system/_conntrack.c:290: error: (Each undeclared identifier is reported only once</div><div>mediaproxy/interfaces/system/_conntrack.c:290: error: for each function it appears in.)</div><div>error: command 'gcc' failed with exit status 1</div>
<div>[root@localhost mediaproxy-2.4.2]# cat /proc/</div><div>Display all 125 possibilities? (y or n)</div><div>[root@localhost mediaproxy-2.4.2]# cat /proc/net/</div><div>anycast6 igmp ip_conntrack ip_tables_targets netstat route snmp6 tcp6 </div>
<div>arp igmp6 ip_conntrack_expect ipv6_route packet rpc/ sockstat tr_rif </div><div>dev ip6_flowlabel ip_mr_cache mcfilter protocols rt6_stats sockstat6 udp </div>
<div>dev_mcast ip6_tables_matches ip_mr_vif mcfilter6 psched rt_acct softnet_stat udp6 </div><div>dev_snmp6/ ip6_tables_names ip_tables_matches netfilter/ raw rt_cache stat/ unix </div>
<div>if_inet6 ip6_tables_targets ip_tables_names netlink raw6 snmp tcp wireless </div><div><br></div><div>I believe i have conntrack installed.</div>
<div><br></div><div>[root@localhost mediaproxy-2.4.2]# cat /proc/net/ip_conntrack</div><div>tcp 6 431999 ESTABLISHED src=192.168.3.1 dst=192.168.3.8 sport=60861 dport=22 packets=622 bytes=40157 src=192.168.3.8 dst=192.168.3.1 sport=22 dport=60861 packets=349 bytes=41452 [ASSURED] mark=0 secmark=0 use=1</div>
<div>[root@localhost mediaproxy-2.4.2]#</div>