Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.0

Bug #6066 Missing File
Submitted: 2005-11-25 02:39 UTC
From: p dot hombach at osorno dot ca Assigned:
Status: Bogus Package: Image_Graph
PHP Version: 5.0.5 OS: Debian "Etch"
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-25 02:39 UTC] p dot hombach at osorno dot ca
Description: ------------ When trying to start a plot with $Graph =& Image_Graph::factory('graph', array(400, 300)); I got the following errors: Warning: main(Image/Color.php) [function.main]: failed to open stream: No such file or directory in /usr/share/php/Image/Canvas/Color.php on line 33 Fatal error: main() [function.require]: Failed opening required 'Image/Color.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/php/Image/Canvas/Color.php on line 33 Yes, there is no Image/Color.php file in the Debian package that I installed. My PEAR version is 5.0.5-3

Comments

 [2005-11-25 06:58 UTC] nosey
Sorry, but your problem does not imply a bug in PEAR itself. For a list of more appropriate places to ask for help using PEAR, please visit http://pear.php.net/support/ as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PEAR. This is a problem with the Debian package not installing the needed dependencies. I think I saw somewhere that this was a known issue, it is not a problem with Image_Graph.