PEAR is archived and read-only

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

Home » PEAR » PEAR » Bug #1375

Console_Getopt install blocks pear command

Details

Submitted2004-05-10 15:11 UTC
Fromestmon2003 at yahoo dot com
Assignedpajoye
StatusBogus
PackagePEAR
PHP Version4.2.2
OSLinux RedHat 9
Roadmaps(Not assigned)

Comments

[2004-05-10 15:11 UTC] estmon2003 at yahoo dot com

Description:
------------
After installing with "pear install Console_Getopt" the
pear command
doesn't work ... I mean, the output for pear install, pear
upgrade, etc,
is the list of parameters that can be given to the pear
command.

PHP-4.2.2-17.2 package for Linux RedHat 9

Reproduce code:
---------------
[root@ticino jvalen]# pear install Console_Getopt
downloading http://pear.php.net/get/Console_Getopt ...
...done: 3,370 bytes
installed file /usr/share/pear/Console/Getopt.php
install ok
[root@ticino jvalen]# pear install Archive_Tar

Usage: pear [options] command [command-options] <parameters>
Type "pear help options" to list all options.
Type "pear help <command>" to get the help for the specified command.
Commands:
list-installed
shell-test
login
logout
config-show
config-get
config-set
install
uninstall
upgrade
package
package-info
package-list
package-validate
cvstag
remote-package-info
list-upgrades
list-remote-packages

Expected result:
----------------
Be able to install other packages, or run pear with any
other
command.

Actual result:
--------------
Pear command does not work.

[2004-05-16 14:13 UTC] paj at pearfr dot org

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PEAR.

Hello,

There was issues between some version of PEAR and GetOpt package. Please upgrade all. Or redo the install process.

--Pierre