Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Bug #558 wrong package order in install cmd?
Submitted: 2004-01-12 13:00 UTC
From: nisse at riotdesign dot com Assigned: gurugeek
Status: Closed Package: Documentation
PHP Version: Irrelevant OS: -
Roadmaps: (Not assigned)    
Subscription  


 [2004-01-12 13:00 UTC] nisse at riotdesign dot com
Description: ------------ http://pear.php.net/manual/en/installation.shared.php when trying to install PEAR by using this command (as specified on the web page): $ pear -c ~/.pearrc install Archive_Tar PEAR Console_Getopt XML_RPC i got the following error message: requires package `Console_Getopt' >= 1.2 requires package `XML_RPC' >= 1.0.4 PEAR: Dependencies failed it seems as the problem is solved if PEAR is put at the end of the command, like this: $ pear -c ~/.pearrc install Archive_Tar Console_Getopt XML_RPC PEAR Peace Nisse

Comments

 [2004-01-12 18:59 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-01-13 00:17 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-02-08 14:29 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!