简体   繁体   English

Mediaproxy安装期间发生错误

[英]Error during mediaproxy installation

I am installing mediaproxy on my server debian. 我正在服务器debian上安装mediaproxy。 Please review the error pasted below. 请查看下面粘贴的错误。 I have also tried installing the dependencies but still this error occurs. 我也尝试安装依赖项,但仍然会发生此错误。 Need help on this. 需要帮助。

root@server:/usr/local/src/mediaproxy-2.5.2# ./setup.py build running build running build_py running build_ext building 'mediaproxy.interfaces.system._conntrack' extension x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DMODULE_VERSION=2.5.2 -I/usr/include/python2.7 -c mediaproxy/interfaces/system/_conntrack.c -o build/temp.linux-x86_64-2.7/mediaproxy/interfaces/system/_conntrack.o mediaproxy/interfaces/system/_conntrack.c:12:29: fatal error: libiptc/libiptc.h: No such file or directory #include ^ compilation terminated. root @ server:/usr/local/src/mediaproxy-2.5.2# ./setup.py构建运行构建运行构建运行build_py运行build_ext构建'mediaproxy.interfaces.system._conntrack'扩展名x86_64-linux-gnu-gcc -pthread- DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE = 2 -g -fstack-protector-strong -Wformat -Werror = format-security -fPIC -DMODULE_VERSION = 2.5.2 -I / usr / include / python2.7 -c mediaproxy / interfaces / system / _conntrack.c -o build / temp.linux-x86_64-2.7 / mediaproxy / interfaces / system / _conntrack.o mediaproxy / interfaces / system / _conntrack.c:12 :29:致命错误:libiptc / libiptc.h:没有这样的文件或目录#include ^编译终止。 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 错误:命令“ x86_64-linux-gnu-gcc”失败,退出状态为1

Thanks. 谢谢。 Faisal 费萨尔

Could be a dependency issue. 可能是依赖性问题。 Give this a shot: 试一下:

sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-脚本libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM