PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Bug #558

wrong package order in install cmd?

Details

Submitted2004-01-12 13:00 UTC
Fromnisse at riotdesign dot com
Assignedgurugeek
StatusClosed
PackageDocumentation
PHP VersionIrrelevant
OS-
Roadmaps(Not assigned)

Comments

[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