Hi list is trying to install mediaproxy 2.0.3 in centos 5 and when I make python ./setup.py install it generates me this error:
mediaproxy/interfaces/system/_conntrack.c:490: warning: implicit declaration of function ânfct_catchâ mediaproxy/interfaces/system/_conntrack.c:491: warning: implicit declaration of function ânfct_callback_unregisterâ mediaproxy/interfaces/system/_conntrack.c:502: warning: implicit declaration of function ânfct_get_attr_u8â mediaproxy/interfaces/system/_conntrack.c:502: error: âATTR_ORIG_L3PROTOâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:503: error: âATTR_REPL_L3PROTOâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:504: error: âATTR_ORIG_L4PROTOâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:505: error: âATTR_REPL_L4PROTOâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:513: error: âATTR_ORIG_IPV4_SRCâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:514: error: âATTR_ORIG_PORT_SRCâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:515: error: âATTR_DNAT_IPV4â undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:515: error: âATTR_REPL_IPV4_SRCâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:516: error: âATTR_DNAT_PORTâ undeclared (first use in this function) mediaproxy/interfaces/system/_conntrack.c:516: error: âATTR_REPL_PORT_SRCâ undeclared (first use in this function) error: command 'gcc' failed with exit status 1
I already have installed the bookstore python
any suggestion is appreciated?
best regards
rickygm
2008/9/11, Juha Heinanen jh@tutpro.com:
Ricky Gutierrez writes:
any suggestion is appreciated?
my suggestion is that you use debian lenny.
Heh.
I've got different advise. After quick googling I found that these constants are related to netfilter kernel module, so you probably need to install kernel-headers and pass properly additional includedirs (if required) to mediaproxy buildsystem.
Peter Lemenkov writes:
I've got different advise. After quick googling I found that these constants are related to netfilter kernel module, so you probably need to install kernel-headers and pass properly additional includedirs (if required) to mediaproxy buildsystem.
sure, but if you would use debian lenny, that information is already build in:
Source: mediaproxy Section: net Priority: optional Maintainer: Dan Pascu dan@ag-projects.com Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4), python-support, libnetfilter-conntrack-dev Standards-Version: 3.8.0
-- juha
Juha has a point about Debian, although Ubuntu i386 is a breeze as well (easier than even Debian I thought and Ubuntu seems to have newer stable packages all the way around).
It took all of about 10 minutes to install (if that) everything with the deb files.
_____________________________
Darren Sessions dmsessions@gmail.com http://www.darrensessions.com _____________________________
On Sep 10, 2008, at 10:40 PM, Juha Heinanen wrote:
Ricky Gutierrez writes:
any suggestion is appreciated?
my suggestion is that you use debian lenny.
-- juha
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Darren Sessions writes:
Juha has a point about Debian, although Ubuntu i386 is a breeze as well (easier than even Debian I thought and Ubuntu seems to have newer stable packages all the way around).
ubuntu works too. regarding newer packages, i have to disagree. i recently tried to build twinkle on ubuntu hardy with zrtp support and i had to port many newer packages from lenny to hardy in order to get it done.
-- juha
I am new to the Ubuntu distro, so maybe I haven't seen it through yet. Either way, I think we can both agree MediaProxy is just flat-out easier on Debian/Ubuntu.
Cheers,
- D
_____________________________
Darren Sessions dmsessions@gmail.com http://www.darrensessions.com _____________________________
On Sep 11, 2008, at 12:05 AM, Juha Heinanen wrote:
Darren Sessions writes:
Juha has a point about Debian, although Ubuntu i386 is a breeze as well (easier than even Debian I thought and Ubuntu seems to have newer stable packages all the way around).
ubuntu works too. regarding newer packages, i have to disagree. i recently tried to build twinkle on ubuntu hardy with zrtp support and i had to port many newer packages from lenny to hardy in order to get it done.
-- juha