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

Bug #7203 pecl install <name> does not use the correct ext_dir
Submitted: 2006-03-25 18:20 UTC
From: pajoye Assigned: cellog
Status: Closed Package: PEAR (version CVS)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-25 18:20 UTC] pajoye (Pierre-Alain Joye)
Description: ------------ An error should be raised if the installer is not able to copy the extension to the correct ext_dir. But it does not even try to copy it, it uses the tmp dir as prefix. Test script: --------------- pecl install stats Expected result: ---------------- Installing '/usr/local/lib/php/extensions/debug-zts-20050922/stats.so' install ok: channel://pecl.php.net/stats-1.0.1 You should add "extension=stats.so" to php.ini Actual result: -------------- Installing '/var/tmp/pear-build-root/install-stats-1.0.1//usr/local/lib/php/extensions/debug-zts-20050922/stats.so' install ok: channel://pecl.php.net/stats-1.0.1 You should add "extension=stats.so" to php.ini

Comments

 [2006-04-13 00:51 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.
 [2006-04-13 03:16 UTC] pajoye (Pierre-Alain Joye)
For the problem I had here, it is only a matter of using the correct path in the message. I will update it.
 [2006-04-13 03:19 UTC] cellog (Greg Beaver)
it's already fixed, you probably just missed the commit message, this was the exact problem.