Skip to content

Instantly share code, notes, and snippets.

@snickerjp
Created April 28, 2012 05:56
Show Gist options
  • Save snickerjp/2516407 to your computer and use it in GitHub Desktop.
Save snickerjp/2516407 to your computer and use it in GitHub Desktop.
php ssh2
# pecl install channel://pecl.php.net/ssh2-0.11.3
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading ssh2-0.11.3.tgz ...
Starting to download ssh2-0.11.3.tgz (23,062 bytes)
........done: 23,062 bytes
5 source files, building
running: phpize
sh: phpize: コマンドが見つかりません
ERROR: `phpize' failed
yum install php-pecl-ssh2
# yum search all php | grep ssh2
php-pecl-ssh2.x86_64 : Bindings for the libssh2 library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment