Project

General

Profile

Actions

Install SSH module for PHP » History » Revision 4

« Previous | Revision 4/31 (diff) | Next »
Neil Voss, 05/27/2010 02:58 PM


Install SSH module for PHP

The ssh2 extension for php

Name: Download site: CentOS package name Fedora package name SuSE rpm name
SSH PECL extension http://www.php.net/manual/en/ssh2.installation.php php-pecl-ssh2

For newer systems the extension is available through the repository, e.g., on Fedora 12 type "sudo yum install php-pecl-ssh2"

Download and install the ssh2 extension

  1. Go the website http://pecl.php.net/package/ssh2
  2. Download the latest version of ssh2:
    wget http://pecl.php.net/get/ssh2-0.11.0.tgz
  3. Extract the tar ball
    tar zxvf ssh2-0.11.0.tgz
  1. Download and install the ssh2 extension for php as instructed at its download site:

The extension module is added to php in the same way as does the php-mrc module we distribute for the viewing mrc images through php. To check whether it worked and for alternative way to make php recognize the module used in newer php, see http://emg.nysbc.org/documentation/leginon/bk02ch04s07.php under the section Check php information and Alternative approach if mrc module does not show up in info.php output
_

< Setup job submission server | Configure web server to submit jobs >


Updated by Neil Voss over 14 years ago · 4 revisions