ChinaUnix.net
相关文章推荐:

openser

有哪位配置过openser+FREERADIUS+mysql? 应该如何设置openser.cfg文件?

by austeretown - 服务器应用 - 2007-07-16 18:15:29 阅读(2663) 回复(0)

相关讨论

請問一下,有誰可以告訴我去哪可以找的到kde 的套件~~ 灌好之後該如何設定我才能進到kde呢?? 我曾經使用custom去安裝kde,但似乎沒有任何作用~~ 謝謝大家嚕

by xgit0072 - 其他UNIX - 2007-04-19 10:28:58 阅读(2009) 回复(7)

经过两天的技术研究,总算将openser administrator安装成功,页面总算显示正常了。至于如何安装openser我就不再讲述了,我的blog里面已经有相关文章。 1:关于openser administrator的介绍 openser Administrator started as an in-house project at Enhanced Telecommunications to provide and easy way to manage openser and their VoIP network. SERweb was found to have different goals, and so this project was born ...

by le4rnin9 - VoIP开发技术 - 2007-01-13 15:15:32 阅读(3973) 回复(0)

经过两天的技术研究,总算将openser administrator安装成功,页面总算显示正常了。至于如何安装openser我就不再讲述了,我的blog里面已经有相关文章。 1:关于openser administrator的介绍 openser Administrator started as an in-house project at Enhanced Telecommunications to provide and easy way to manage openser and their VoIP network . SERweb was found to have different goals, and so this project w...

by le4rnin9 - 网络技术文档中心 - 2006-12-06 14:14:17 阅读(885) 回复(0)

最近安装了openser-1.1.0,安装方法: openser安装指南 关于 http://openser.org/index.php#about 下载 http://openser.org/pub/openser/1.0.1/src/openser-1.0.1_src.tar.gz 准备 需要安装好mysql以及mysql client,最好为mysql设置一个root密码。 编译 代码: tar zxvf openser-1.0.1_src.tar.gz cd openser-1.0.1 make all make install make include_modules="mysql" modules make include_modules="mysql" i...

by le4rnin9 - VoIP开发技术 - 2007-03-27 14:00:41 阅读(5551) 回复(7)

最近安装了openser-1.1.0,安装方法: openser安装指南 关于 http://openser.org/index.php#about 下载 http://openser.org/pub/openser/1.0.1/src/openser-1.0.1_src.tar.gz 准备 需要安装好mysql以及mysql client,最好为mysql设置一个root密码。 编译 代码: tar zxvf openser-1.0.1_src.tar.gz cd openser-1.0.1 make all make install make include_modules="mysql" modules make include_modules="mysql" install这...

by le4rnin9 - 网络技术文档中心 - 2006-11-02 11:19:55 阅读(763) 回复(0)

如题。请跟贴!留下通讯方式!

by 鱼头鱼尾 - BSD - 2006-07-13 12:23:03 阅读(1489) 回复(6)

请问哪里有sybase for sco openserver下载,告诉小弟一个啊,bow…… :em04: :em04:

by welkin - 其他UNIX - 2004-03-30 16:13:50 阅读(775) 回复(1)
by ericdai - VoIP开发技术 - 2008-01-02 23:41:20 阅读(3574) 回复(0)

刚开始学习openser,建一QQ群29896484,希望能和大家一起交流学习!

by zhaoyx - 初创企业IT架构选型 - 2007-10-09 19:18:51 阅读(3226) 回复(0)

要加入mysql数据库得支持,必须在启动前配置openser连接数据库的设置。配置清单如下: 1:首先要将mysql.so支持加上,如果看到openser-1.1.0/lib/openser/modules 里面没有mysql.so文件,那么说明你的openser此时没有数据库的支持。因此需要将此编译进去,方法: root@bob-desktop:cd /home/bob/download/openser-1.1.0-tls/modules/mysql root@bob-desktop:make 编译mysql.so需要mysql的dev包,从代码中可以看到mysql.h头...

by le4rnin9 - VoIP开发技术 - 2007-01-24 12:14:52 阅读(3463) 回复(1)