php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58973 Installation error
Submitted: 2009-12-03 00:49 UTC Modified: 2009-12-03 02:25 UTC
From: baconslice at gmail dot com Assigned:
Status: Not a bug Package: uploadprogress (PECL)
PHP Version: 5.2.9 OS: Linux
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 !
Your email address:
MUST BE VALID
Solve the problem:
35 + 40 = ?
Subscribe to this entry?

 
 [2009-12-03 00:49 UTC] baconslice at gmail dot com
Description:
------------
MY ERROR DURING INSTALLATION
downloading uploadprogress-1.0.1.tgz ...
Starting to download uploadprogress-1.0.1.tgz (8,536 bytes)
..
...done: 8,536 bytes
4 source files, building
WARNING: php_bin /usr/libexec/php5-cgi/bin/php appears to have a suffix 5-cgi/bin/php, but config variable php_suffix does not match
running: phpize
sh: phpize: command not found
ERROR: `phpize' failed

MY PACKAGES IN PEAR
1. pear.php.net  	 Archive_Tar   	 1.3.3 (stable)  	    	 Tar file management class

2. pear.php.net 	Console_Getopt 	1.2.3 (stable) 	  	Command-line option parser

3. pear.php.net 	HTML_Template_IT 	1.2.1 (stable) 	  	Integrated Templates

4. pear.php.net 	Mail 	1.2.0b2 (beta) 	uninstall 	Class that provides multiple interfaces for sending emails

5. pear.php.net 	Mail_Mime 	1.5.2 (stable) 	uninstall 	Mail_Mime provides classes to create mime messages.

6. pear.php.net 	Mail_mimeDecode 	1.5.0 (stable) 	uninstall 	Provides a class to decode mime messages.

7. pear.php.net 	PEAR 	1.9.0 (stable) 	  	PEAR Base System

8. pear.php.net 	PEAR_Frontend_Web 	0.7.4 (beta) 	  	Webbased PEAR Package Manager

9. pear.php.net 	Structures_Graph 	1.0.3 (stable) 	  	Graph datastructure manipulation library


Expected result:
----------------
I thought the uploadprogress would install as easily as the Mail and Mail_Mime packages installed.

Actual result:
--------------
Any help would be greatly appreciated. I am new to PEAR (8 months). 
Thank you

- Lars

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-12-03 02:25 UTC] chregu@php.net
uploadprogress is a php extension and not a pear library, 
therefore it needs a working php developement environment 
(which has phpize included). On debian, you get that with

aot-get install php5-dev

hope that helps
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC