PEAR is archived and read-only

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

Home » PEAR » PEAR » Bug #421

pear install -R doesn't work

Details

Submitted2003-12-13 10:26 UTC
Fromcoredumb at gentoo dot org
StatusBogus
PackagePEAR
PHP Version4.3.4
OSLinux
Roadmaps(Not assigned)

Comments

[2003-12-13 10:26 UTC] coredumb at gentoo dot org

Description:
------------
Trying to pass the -R option to the installer doesn't work, regardless what prefix i use (and wether it exits prior to running the pear command).

crapola root # pear install -R /root/test DB
downloading DB-1.5.0RC2.tgz ...
Starting to download DB-1.5.0RC2.tgz (68,128 bytes)
.................done: 68,128 bytes

Reproduce code:
---------------
pear install -R /root/test DB

Expected result:
----------------
downloading DB-1.5.0RC2.tgz ...
Starting to download DB-1.5.0RC2.tgz (68,128 bytes)
.................done: 68,128 bytes
install ok

Actual result:
--------------
downloading DB-1.5.0RC2.tgz ...
Starting to download DB-1.5.0RC2.tgz (68,128 bytes)
.................done: 68,128 bytes
no script destination directory

[2003-12-14 15:38 UTC] coredumb at gentoo dot org

My fault, my pear installation was incomplete.