Re: install gearman on my windows with compatible release error

[email protected] (mstdmstd) Sun, 7 Dec 2014 05:32:25 -0700 (MST)
Newsgroups php.pear.general
Message-ID <[email protected]>
Running in command line next command :
 $ pyrus set preferred_state alpha
 I got error that pyrous is not valid command.
 
 I found file  c:\Users\Serge\pear\pearconfig.xml and in it changed value of
preferred_state to alpha and now this file has content (I set indents
manually):
 <?xml version="1.0"?>
  <pearconfig version="1.0">
    <default_channel>pear2.php.net</default_channel>
	<auto_discover>0</auto_discover>
	<http_proxy></http_proxy>
	<cache_dir>E:\WebServersOnC\xammp\php\cache</cache_dir>
	<temp_dir>E:\WebServersOnC\xammp\php\temp</temp_dir>
	<verbose>1</verbose>
	<preferred_state>alpha</preferred_state>
	<umask>0022</umask>
	<cache_ttl>3600</cache_ttl>
	<my_pear_path>E:\WebServersOnC\xammp\php</my_pear_path>
	<plugins_dir>C:\Users\Serge\pear</plugins_dir>
  </pearconfig>

But running command installing pear//Net_Gearman I got next :

http://s010.radikal.ru/i314/1412/af/d6eb20219df6.png

If there is away to fix it ?

At this stage of project development I do not need  better performance or
some features and I hope this lib woudl be enough.

  Thanks!
Michael Gauthier wrote
> On 2014-10-31 12:25, mstdmstd wrote:
>> Hi all,
>> I want to install gearman on my windows 7 with xammp, Apache/2.4.10
>> (Win32)
>> OpenSSL/1.0.1i PHP/5.5.15
>> Here http://pear.php.net/package/Net_Gearman I found article hopw to
>> install
>> it.
>>
>> I uploaded pyrus.phar file from http://pear2.php.net/ and copied it into
>> e:\WebServersOnC\xammp\php\ directory whrer there is php.exe file
>>
>> Running command
>> php pyrus.phar install pear/Net_Gearman
>> I got error that could not find a compatible release.
>> http://s017.radikal.ru/i405/1410/27/a12ac484a6bb.png
>>
>> If there is a way to fix it?
>>
>>
> Hi mstdmst,
> 
> You need to set your preferred package state to 'alpha' since the 
> Net_Gearman package doesn't have any stable releases. You can do this 
> with the pyrus command:
> 
> $ pyrus set preferred_state alpha
> 
> If you're working with Gearman, I recommend using the native PHP 
> extension (http://www.php.net/gearman) instead of the PEAR package. It 
> may be more difficult to install in Windows but it has more features and 
> better performance.
> 
> Also, the PEAR package and the PHP extension will let you talk to 
> Gearman but you still need to have a gearmand job server running 
> somewhere. It may be difficult to get running on Windows.
> 
> Cheers and good luck,
> Mike
> 
> 
>>
>> --
>> View this message in context:
>> http://php-pear.1086190.n5.nabble.com/install-gearman-on-my-windows-with-compatible-release-error-tp37351.html
>> Sent from the General mailing list archive at Nabble.com.
>>
> 
> 
> -- 
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


Michael Gauthier wrote
> On 2014-10-31 12:25, mstdmstd wrote:
>> Hi all,
>> I want to install gearman on my windows 7 with xammp, Apache/2.4.10
>> (Win32)
>> OpenSSL/1.0.1i PHP/5.5.15
>> Here http://pear.php.net/package/Net_Gearman I found article hopw to
>> install
>> it.
>>
>> I uploaded pyrus.phar file from http://pear2.php.net/ and copied it into
>> e:\WebServersOnC\xammp\php\ directory whrer there is php.exe file
>>
>> Running command
>> php pyrus.phar install pear/Net_Gearman
>> I got error that could not find a compatible release.
>> http://s017.radikal.ru/i405/1410/27/a12ac484a6bb.png
>>
>> If there is a way to fix it?
>>
>>
> Hi mstdmst,
> 
> You need to set your preferred package state to 'alpha' since the 
> Net_Gearman package doesn't have any stable releases. You can do this 
> with the pyrus command:
> 
> $ pyrus set preferred_state alpha
> 
> If you're working with Gearman, I recommend using the native PHP 
> extension (http://www.php.net/gearman) instead of the PEAR package. It 
> may be more difficult to install in Windows but it has more features and 
> better performance.
> 
> Also, the PEAR package and the PHP extension will let you talk to 
> Gearman but you still need to have a gearmand job server running 
> somewhere. It may be difficult to get running on Windows.
> 
> Cheers and good luck,
> Mike
> 
> 
>>
>> --
>> View this message in context:
>> http://php-pear.1086190.n5.nabble.com/install-gearman-on-my-windows-with-compatible-release-error-tp37351.html
>> Sent from the General mailing list archive at Nabble.com.
>>
> 
> 
> -- 
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


Michael Gauthier wrote
> On 2014-10-31 12:25, mstdmstd wrote:
>> Hi all,
>> I want to install gearman on my windows 7 with xammp, Apache/2.4.10
>> (Win32)
>> OpenSSL/1.0.1i PHP/5.5.15
>> Here http://pear.php.net/package/Net_Gearman I found article hopw to
>> install
>> it.
>>
>> I uploaded pyrus.phar file from http://pear2.php.net/ and copied it into
>> e:\WebServersOnC\xammp\php\ directory whrer there is php.exe file
>>
>> Running command
>> php pyrus.phar install pear/Net_Gearman
>> I got error that could not find a compatible release.
>> http://s017.radikal.ru/i405/1410/27/a12ac484a6bb.png
>>
>> If there is a way to fix it?
>>
>>
> Hi mstdmst,
> 
> You need to set your preferred package state to 'alpha' since the 
> Net_Gearman package doesn't have any stable releases. You can do this 
> with the pyrus command:
> 
> $ pyrus set preferred_state alpha
> 
> If you're working with Gearman, I recommend using the native PHP 
> extension (http://www.php.net/gearman) instead of the PEAR package. It 
> may be more difficult to install in Windows but it has more features and 
> better performance.
> 
> Also, the PEAR package and the PHP extension will let you talk to 
> Gearman but you still need to have a gearmand job server running 
> somewhere. It may be difficult to get running on Windows.
> 
> Cheers and good luck,
> Mike
> 
> 
>>
>> --
>> View this message in context:
>> http://php-pear.1086190.n5.nabble.com/install-gearman-on-my-windows-with-compatible-release-error-tp37351.html
>> Sent from the General mailing list archive at Nabble.com.
>>
> 
> 
> -- 
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php





--
View this message in context: http://php-pear.1086190.n5.nabble.com/install-gearman-on-my-windows-with-compatible-release-error-tp37351p37366.html
Sent from the General mailing list archive at Nabble.com.