在CentOS上安装coova-chilli需要帮助

我设法在Ubuntu中通过apt-getchilli的deb包安装freeradiuspostgresql coova-chilli 。 它工作。 有几天,我正努力在CentOS 6.2安装它。 这是我所做的:

在我的目录下(/ path / to / my / freeradius)安装了freeradiuspostgresql 。 这很好。 (通过radtesttesting)。 下载的coova-chilli版本1.2.9,提取它,我从coova提取的目录做了以下:

./configure –prefix = / path / to / my / coova –with-openssl

使

进行安装

我安装之后,试图运行它:

$ /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

终于解决了!

简而言之就是我所做的:

  1. 下载CoovaChilli 1.2.9并解压。
  2. 在提取的目录中,我做了: ./configure --prefix=/my/prefix --with-openssl && make && make install
  3. 编辑/my/prefix/etc/init.d/chilli而不是$(which start-stop-daemon)我把$(which start-stop-daemon 2>/dev/null) 细节放在这里
  4. configuration/my/prefix/etc/chilli/config如何在这里需要更多的细节
  5. 最后,经过漫长的斗争之后,我跟随了另外一个人的“思想”,我得到了它的工作:我创build了/my/path/var目录,在这里我放置了一个到/var/run的符号链接,

祝一切顺利!