Home > install xdebug > error cannot download pecl/xdebug

Error Cannot Download Pecl/xdebug

Contents

communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about php pecl xdebug Stack Overflow the company Business Learn more about hiring developers or posting ads with us

Pecl Install Xdebug

Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question _ Ask Ubuntu is a question and answer site for Ubuntu users and install xdebug windows developers. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Download of “pecl/xdebug”

What Is Xdebug

succeeded, but it is not a valid package archive up vote 5 down vote favorite 1 I tried to install the xdebug in Ubuntu 14.04, but when I execute the following command: sudo pecl install xdebug it returns the error: Download of "pecl/xdebug" succeeded, but it is not a valid package archive Someone had the same problem or knows how to fix it? Thanks 14.04 php xdebug share|improve this question edited Apr xdebug install ubuntu 28 '14 at 20:29 Sylvain Pineau 38.6k1171113 asked Apr 28 '14 at 19:46 CFilho 2613 The solution > sudo pecl install -Z xdebug worked for me, too. But it does not solve the problem, it only works around it. The issue shows up elsewhere in the system, PHP is not playing well with archives either. Any solution? –user285654 May 27 '14 at 3:41 add a comment| 1 Answer 1 active oldest votes up vote 13 down vote The bug is somewhere in the pecl uncompressing module for Ubuntu 14.04 32 bit. Try this: sudo pecl install -Z xdebug -Z makes pecl download an uncompressed version of the package. Works for me. share|improve this answer answered May 23 '14 at 13:11 user284534 1312 add a comment| Your Answer draft saved draft discarded Sign up or log in Sign up using Google Sign up using Facebook Sign up using Email and Password Post as a guest Name Email Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service. Not the answer you're looking for? Browse other questions tagged 14.04 php xdebug or ask your own question. asked 2 years ago viewed 3472 times active 2 years ago Linked 2 Error installing OCI8 on Ubuntu

UTC Votes:22 Avg. Score:4.9 ± 0.3 Reproduced:21 of 21 (100.0%) Same Version:17 (81.0%) Same OS:20 (95.2%) From: lovetostrikep at gmail dot com Assigned: derick Status: Closed Package: mongo (PECL) PHP Version: Irrelevant

Xdebug Phpstorm

OS: Ubuntu 14.04 Private report: No CVE-ID: View Add Comment Developer Edit [2014-04-15 00:35

Xdebug Linux

UTC] lovetostrikep at gmail dot com Description: ------------ Installing mongo through pecl doesn't work for Ubuntu 14.04(PHP 5.5.9). I can could not extract the package.xml file from confirm it works on 13.10(PHP 5.5.3). For 14.04, I just downloaded the package and phpized successfully. What happened was that the command put 'package.xml' outside the extracted folder. I can simply move it http://askubuntu.com/questions/457242/download-of-pecl-xdebug-succeeded-but-it-is-not-a-valid-package-archive inside the mongo folder and phpize it, but I think this should be fixed. I'm not sure if this is Ubuntu or PHP problem but since it uses Pecl, I would report it here. Test script: --------------- pecl install mongo Expected result: ---------------- Extract and install mongo extension for PHP. Actual result: -------------- could not extract the package.xml file from "/build/buildd/php5-5.5.9+dfsg/pear-build-download/mongo-1.5.1.tgz" Download of "pecl/mongo" succeeded, but https://bugs.php.net/bug.php?id=67075 it is not a valid package archive Error: cannot download "pecl/mongo" Download failed install failed Patches Add a PatchPull Requests Add a Pull RequestHistoryAllCommentsChangesGit/SVN commitsRelated reports [2014-04-15 22:32 UTC] burkal975 at gmail dot com I am having the exact same problem. pecl install ANYTHING Does not work with the error message given by the OP. Something is going wrong during the extraction process. There was a known bug with php 5.5 & Archive_Tar library, which was fixed in it's latest version. So, I checked and made sure I have the latest Archive_Tar and yes I have the latest Archive_Tar and yes the problem is still there. Unless it is a very new bug, it is not Archive_Tar. I really wanna dig deeper and troubleshoot&debug the problem but I dont know how to. I even couldn't manage to isolate the problem so I can say it is a PHP problem or Ubuntu 14.04 problem. I installed debian testing which comes with php 5.5.11 and the problem is not there. [2014-04-25 13:17 UTC] kusakyky at gmail dot com I have the same proble. I can`t install any package from pecl. version info: ------------- $ pear info archive_tar|head -n1 ABOUT PEAR.PHP.NET/ARCHIVE_TAR-

Sign in Pricing Blog Support Search GitHub This repository Watch 118 Star 2,548 Fork 209 phpbrew/phpbrew Code Issues 87 Pull requests 1 Projects https://github.com/phpbrew/phpbrew/issues/518 0 Wiki Pulse Graphs New issue Can't install xdebug extension for PHP https://xdebug.org/archives/xdebug-general/1475.html 5.3.x #518 Closed balazswmann opened this Issue Jun 6, 2015 · 11 comments Projects None yet Labels None yet Milestone No milestone Assignees No one assigned 3 participants balazswmann commented Jun 6, 2015 Hi, I don't know if this is normal or not, but install xdebug I cannot install the xdebug extension at PHP 5.3.x. I am not sure if this problem affects all 5.3.x builds or just some of them, but I tried with 5.3.29 and with 5.3.15 too just for testing purposes. It is also possible that my problem is not just the xdebug extension related. I run Ubuntu 14.04.2 64bit system. I can error cannot download install the xdebug extension (with the phpbrew ext install xdebug command) without any problem at PHP 5.6.x, 5.5.x and 5.4.x, but I cannot at 5.3.x. The terminal output I get is the following: $ phpbrew switch php-5.3.29 $ phpbrew --debug ext install xdebug Exception: Invalid package version: xdebug @ Thrown from phar:///usr/bin/phpbrew/PEARX/Channel.php at line 2: 1 2namespace PEARX; use PEARX\ChannelParser; use DOMDocument; use Exception; use PEARX\Core; class Channel { public $name; public $alias; public $summary; public $primary = array(); public $rest; public $cache; public $downloader; public $retry = 3; public $channelXml; public $scheme = 'http'; public $core; public function __construct($host, $options = array() ) { $this->core = new Core( $options ); $this->channelXml = $this->fetchChannelXml( $host ); $parser = new ChannelParser; $info = $parser->parse( $this->channelXml ); $this->name = $info->name; $this->summary = $info->summary; $this->alias = $info->alias; $this->primary = $info->primary; $this->rest = $info->rest; } public function getBaseUrl() { return $this->scheme . '://' . $this->name; } public function getRestBaseUrl($version = null) { if( $version && $this->primary[$version] ) return rtrim($this->primary[ $version ],'/'); return rtrim($this->primary[ $this->rest ],'/'); } public function fetc

Tue, 3 Feb 2009 12:17:02 -0500 pecl install xdebug downloading xdebug-2.0.4.tgz ... Starting to download xdebug-2.0.4.tgz (288,497 bytes) .................................done: 288,497 bytes 67 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 building in /var/tmp/pear-build-root/xdebug-2.0.4 running: /root/tmp/pear/xdebug/configure checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. ERROR: `/root/tmp/pear/xdebug/configure' failed Received on Wed Feb 04 2009 - 06:30:24 GMT This message: [ Message body ] Next message: Mauro Chojrin: "[xdebug-general] Return the execution pointer to a previous line" Previous message: Derick Rethans: "[xdebug-general] Re: CVS repository" Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ] This archive was generated by hypermail 2.2.0 : Mon Oct 10 2016 - 15:48:03 BST

 

Related content

php xdebug error log

Php Xdebug Error Log table id toc tbody tr td div id toctitle Contents div ul li a href Xdebug Client a li li a href Xdebug Auto trace a li li a href Xdebug Install a li li a href Install Xdebug Ubuntu a li ul td tr tbody table p Xdebug The full documentation relatedl Installation This section describes on how to install xdebug windows install Xdebug Basic Features Xdebug's basic functions include the display p h id Xdebug Client p of stack traces on error conditions maximum nesting level protection and time tracking Variable Display xdebug idekey