今天为了对Asterisk进行测试,所以安装了X-Lite客户端。但在途中遇见一些困难,因此把安装过程罗列如下:
1、准备安装源 X-Lite_Install.tar.gz
http://www.counterpath.com/x-lite-downloadsurvey.html 在此输入用户名和邮箱就能够进入下载页面;
2、处理
tar -zxvf X-Lite_Install.tar.gz
cd xten-xlite 进入X-lite所在文件夹,使用chmod +x xtensoftphone 增加可执行属性。
正常情况下使用./xtensoftphone能够运行,但是由于我的系统缺少库文件,所以提醒如下:
./xtensoftphone: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
因此需要安装库文件libstdc++.so.5,下载页面:http://www.filewatcher.com/m/compat-libstdc%2B%2B-33-3.2.3-47.fc4.i386.rpm.233643.0.0.html
解压缩,将里面的两个文件拷贝到/usr/lib/文件夹之下。
OK。
sheshijie 于 2008-09-28 16:52:59发表:
Asterisk是一个应用于VoIP的开放源代码PBX系统