Changing Pecl installation directory
问题 Hi i'm having trouble with pecl installation, the problem i'm having is i'm installing gearman , and i'm now at the stage of installation of the pecl PHP extension. it should be a simple as executing the command : $ sudo pecl install gearman the installation was successfull and I could even test a php containing <?php echo "Gearman version: " . gearman_version() . PHP_EOL; ?> executing it in CLI php using : $ php gearman_version.php does the trick. Unfortunately I am using a stack. lappstack