有哪位配置过openser+FREERADIUS+mysql? 应该如何设置openser.cfg文件?
by austeretown - 服务器应用 - 2007-07-16 18:15:29 阅读(2667) 回复(0)
請問一下,有誰可以告訴我去哪可以找的到kde 的套件~~ 灌好之後該如何設定我才能進到kde呢?? 我曾經使用custom去安裝kde,但似乎沒有任何作用~~ 謝謝大家嚕
经过两天的技术研究,总算将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 ...
经过两天的技术研究,总算将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...
最近安装了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...
最近安装了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这...
要加入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头...