php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58825 Missing 1.0.0 release (rest xml)
Submitted: 2009-08-23 23:41 UTC Modified: 2017-10-24 09:10 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: daniel dot oconnor at gmail dot com Assigned:
Status: Suspended Package: perl (PECL)
PHP Version: Irrelevant OS:
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: daniel dot oconnor at gmail dot com
New email:
PHP Version: OS:

 

 [2009-08-23 23:41 UTC] daniel dot oconnor at gmail dot com
Description:
------------
(12:40:52) Baegle: Google not helping. Trying to pecl install perl. Being told "does not have REST xml available". Any resolution known?

Reproduce code:
---------------
pecl install perl

Expected result:
----------------
It installs

Actual result:
--------------
clockwerx@clockwerx-desktop:~/$ pecl install perl
Package "perl" Version "1.0.0" does not have REST xml available
Cannot initialize 'channel://pecl.php.net/perl', invalid or missing package file
Package "channel://pecl.php.net/perl" is not valid
install failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-25 11:53 UTC] kouprowo at guerrillamailblock dot com
+1
 [2010-09-01 21:37 UTC] timl at 3d3 dot com
Download the tar.gz file and manually install direct from the tar.gz file

wget http://pecl.php.net/get/perl-1.0.0.tgz
pecl install perl-1.0.0.tgz
 [2010-09-02 01:12 UTC] timl at 3d3 dot com
A slightly more system independant method (I found a system where the previous instructions failed on a package.xml error)

wget http://pecl.php.net/get/perl-1.0.0.tgz
tar zxf perl-1.0.0.tgz
cd perl-1.0.0
phpize
./configure
make install

You will still need to enable the extension in php.ini or /etc/php.d depending on how your system is configured
 [2017-10-24 09:10 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 09:10 UTC] kalle@php.net
The perl package has had no activity for at least 4 years, so I'm gonna consider it dead. If a new maintainer decides to pick this back up, he/she can re-open the report
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC