[OpenSIPS-Users] debuild error on MediaProxy 2.3.4

Dan Pascu dan at ag-projects.com
Sat May 30 13:22:39 CEST 2009


On Saturday 30 May 2009, Jeff Pyle wrote:
> It appears I wrote too soon.
> 
> While everything did install correctly, media-relay gives the following
> error:
> 
> fatal error: failed to create MediaProxy Relay: cannot import name
> _conntrack
> Traceback (most recent call last):
> --- <exception caught here> ---
>   File "/usr/bin/media-relay", line 55, in <module>
>     from mediaproxy.relay import MediaRelay
>   File "/usr/lib/python2.5/site-packages/mediaproxy/relay.py", line 44, in
> <module>
>     from mediaproxy.mediacontrol import SessionManager
>   File "/usr/lib/python2.5/site-packages/mediaproxy/mediacontrol.py", line
> 22, in <module>
>     from mediaproxy.interfaces.system import _conntrack
> exceptions.ImportError: cannot import name _conntrack

It looks as if it's not in the path, or it has a problem while loading.

Please run and paste the results of these commands:

python -c "import sys; print sys.path"
ldd /var/lib/python-support/python2.5/mediaproxy/interfaces/system/_conntrack.so

> 
> 
> apt-get reports "libnetfilter-conntrack-dev is already the newest version."
> 
> I did find the file:
> /var/lib/python-support/python2.5/mediaproxy/interfaces/system/_conntrack.so
> 
> Any thoughts?
 

-- 
Dan



More information about the Users mailing list