Hello, i am trying to test radius acc in version 0.9.3 on a debian box. I compiled and installed radiusclient-ng version 0.5.1 and i tried to install the debian acc-radius package. It seems that libradiusclient-ng2 is missing. Where can I get that file ?
debian:/usr/src/ser# dpkg -i ser-acc-radius-module_0.9.3-0.2_i386.deb (Reading database ... 13617 files and directories currently installed.) Preparing to replace ser-acc-radius-module 0.9.3-0.2 (using ser-acc-radius-module_0.9.3-0.2_i386.deb) ... Unpacking replacement ser-acc-radius-module ... dpkg: dependency problems prevent configuration of ser-acc-radius-module: ser-acc-radius-module depends on libradiusclient-ng2; however: Package libradiusclient-ng2 is not installed. dpkg: error processing ser-acc-radius-module (--install): dependency problems - leaving unconfigured Errors were encountered while processing: ser-acc-radius-module
kind regards, Pablo
__________________________________ Discover Yahoo! Find restaurants, movies, travel and more fun for the weekend. Check it out! http://discover.yahoo.com/weekend.html
On Jul 01, 2005 at 08:51, Jose Bertuzzi pablo_bertuzzi@yahoo.com wrote:
Hello, i am trying to test radius acc in version 0.9.3 on a debian box. I compiled and installed radiusclient-ng version 0.5.1 and i tried to install the debian acc-radius package. It seems that libradiusclient-ng2 is missing. Where can I get that file ?
See http://apt.sip-router.org/debian/ or even better add it to your apt sources.list (see http://lists.iptel.org/pipermail/serusers/2005-June/021291.html) and then apt-get update; apt-get install ser ser-acc-radius-module
If you already installed libradiusclient-ng, you can try dpkg --force-depends -i ser-acc-radius-module_0.9.3-0.2_i386.deb (but this is not recommended)
Andrei