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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
50 - 46 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 00:01:29 2024 UTC