我正在使用Linphone为Android应用构建语音呼叫功能。
在服务器(CentOS 6.8)上,我在Linphone wiki(https://wiki.linphone.org/wiki/index.php/Flexisip:installation)的主页上安装了Flexisip。
但是在步骤1中,我无法为hiredis-devel包安装“EPEL存储库”,因为找不到此链接:http://mirror.ibcp.fr/pub/epel/7/x86_64/repoview/epel-release.html。如果我忽略第1步,那么在安装Flexisip时,它需要版本为0.11或更高版本的hiredis-devel。
所以我有一些问题:
谢谢大家(对不起,我不是母语为英语的人)
答案 0 :(得分:-1)
首先,您需要使用Wget下载文件,然后使用RPM在系统上安装该文件以启用EPEL存储库。根据您的Linux OS版本使用以下链接。 (确保您必须是root用户)。
RHEL / CentOS 7 64位 wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ivh epel-release-latest-7.noarch.rpm
RHEL / CentOS 6 32-64位 wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm
RHEL / CentOS 6 64位## wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm