我设法在Ubuntu中通过apt-get和chilli的deb包安装了freeradius和postgresql coova-chilli 。 它工作。 有几天,我正努力在CentOS 6.2安装它。 这是我所做的:
在我的目录下(/ path / to / my / freeradius)安装了freeradius和postgresql 。 这很好。 (通过radtesttesting)。 下载的coova-chilli版本1.2.9,提取它,我从coova提取的目录做了以下:
./configure –prefix = / path / to / my / coova –with-openssl
使
- 使用Razor为ASP.NET设置服务器2008R2
- 如何卸载以前的版本,并在多台远程PC上安装新版本
- slapd没有运行
- 如何知道哪个berkley db openldap引用?
- SQL Server 2008之后的SQL Server 2008 R2安装
进行安装
我安装之后,试图运行它:
$ /path/to/my/coova/etc/init.d/chilli start
我得到以下几点:
coova-chilli [5600]:options.c:180:无法生成configuration(/path/to/my/coova/var/run/chilli.5600.cfg.bin),睡一秒钟。
那么,有人能帮我解决我的问题吗?
提前致谢!
NB我试图把这个问题放在coova-chilli论坛上,但是我没有得到任何答案。 我也rest了一些关于这个主题的post,但没有任何结果。
在ubuntu中安装coova-chilli
co-chilli安装在CentOS
终于解决了!
简而言之就是我所做的:
./configure --prefix=/my/prefix --with-openssl && make && make install /my/prefix/etc/init.d/chilli而不是$(which start-stop-daemon)我把$(which start-stop-daemon 2>/dev/null) 细节放在这里 /my/prefix/etc/chilli/config如何在这里需要更多的细节 /my/path/var目录,在这里我放置了一个到/var/run的符号链接, 祝一切顺利!