Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.0

Bug #11541 Dependency problem
Submitted: 2007-07-06 10:42 UTC
From: ldardini Assigned: mbretter
Status: Closed Package: Auth_RADIUS (version 1.0.5)
PHP Version: 5.2.0 OS: Debian Etch
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 43 - 5 = ?

 
 [2007-07-06 10:42 UTC] ldardini (Leandro Dardini)
Description: ------------ Auth_RADIUS need pear/radius as dependency, but only pecl/radius is available. # pear install --alldeps Auth_RADIUS pear/Auth_RADIUS requires package "pear/radius" (version >= 1.2.4) No valid packages found install failed # pear install radius No releases available for package "pear.php.net/radius" Cannot initialize 'channel://pear.php.net/radius', invalid or missing package file Package "channel://pear.php.net/radius" is not valid install failed I have installed the pecl/radius package # pecl list Installed packages, channel pecl.php.net: ========================================= Package Version State radius 1.2.5 stable

Comments

 [2008-01-07 03:29 UTC] ldapmonkey (Mark Litchfield)
I experienced the same issue. The only way I managed to work around it was to 'pecl uninstall radius' and then 'pecl install -a http://pecl.php.net/get/radius-1.2.4.tgz'. After that I was able to run 'pear install -a Auth_RADIUS' with success. Not sure if that's the correct fix, but at least my code works now.
 [2008-04-13 10:37 UTC] mbretter (Michael Bretterklieber)
I moved to package2.xml and fixed the depencies
 [2008-04-13 10:38 UTC] mbretter (Michael Bretterklieber)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Auth_RADIUS