php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20324 SOAP install failure - requires unavailable dependency
Submitted: 2002-11-09 00:18 UTC Modified: 2002-11-14 15:37 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: philip at cornado dot com Assigned:
Status: Closed Package: PEAR related
PHP Version: 4CVS-2002-11-08 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: philip at cornado dot com
New email:
PHP Version: OS:

 

 [2002-11-09 00:18 UTC] philip at cornado dot com
Notes:

a) Net_URL >= 1.0.5 required when the newest version is 1.0.4
b) pear was compiled moments ago from CVS

rock:/home/philip# pear install SOAP
downloading SOAP-0.7.0.tar ...
...done: 293,376 bytes

requires package `Net_URL' >= 1.0.5
SOAP: dependencies failed

rock:/home/philip# pear install Net_URL
Net_URL already installed


rock:/home/philip# pear list

Installed packages:
===================
+----------------+---------+--------+
| Package        | Version | State  |
| Archive_Tar    | 0.9     | stable |
| Console_Getopt | 1.0     | stable |
| DB             | 1.3     | stable |
| HTTP           | 1.2     | stable |
| HTTP_Request   | 1.0.2   | stable |
| Mail           | 1.0.1   | stable |
| Mail_Mime      | 1.2.1   | stable |
| Net_DIME       | 0.3     | beta   |
| Net_SMTP       | 1.0     | stable |
| Net_Socket     | 1.0.1   | stable |
| Net_URL        | 1.0.4   | stable |
| PEAR           | 1.0b1   | stable |
| XML_Parser     | 1.0     | stable |
| XML_RPC        | 1.0.4   | stable |
+----------------+---------+--------+

rock:/home/philip# pear list-upgrades
No upgrades available

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-14 15:37 UTC] jmcastagnetto@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

[New version in CVS (unreleased as of today, Nov 14, 2002) is fixed]
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC