Home » PEAR » PEAR » Bug #222
Cannot install beta packages / install from URLs
Details
| Submitted | 2003-11-10 15:28 UTC |
|---|---|
| From | sagi at boom dot org dot il |
| Assigned | cellog |
| Status | Duplicate |
| Package | PEAR |
| PHP Version | 4.3.3 |
| OS | Linux - Debian Stable |
| Roadmaps | (Not assigned) |
Comments
[2003-11-10 15:28 UTC] sagi at boom dot org dot il
Description:
------------
Version 1.3b3
When trying to install the SOAP package which is in beta state, I get an error:
test:~# pear install SOAP
No release with state equal to: 'stable' found for 'SOAP'
test:~#
When trying to use -f to force installation of the beta package, I get an error:
test:~# pear install -f SOAP
No release with state equal to: 'stable' found for 'SOAP'
test:~#
When trying to install the package by specifying the URL to the package, I get an error:
test:~# pear install "http://pear.php.net/get/SOAP-0.8RC2.tgz"
Package name 'http://pear.php.net/get/SOAP-0.8RC2.tgz' not valid
test:~#
All of the above worked with older versions of PEAR.
How can I install a beta package?