Project

General

Profile

Install SSH module for PHP » History » Version 3

Neil Voss, 05/27/2010 02:56 PM

1 1 Neil Voss
h1. Install SSH module for PHP
2
3 3 Neil Voss
h2. The ssh2 extension for php
4 1 Neil Voss
5
|_.Name:|_.Download site:|_.CentOS package name|_.Fedora package name|_.SuSE rpm name|
6
|SSH PECL extension|http://www.php.net/manual/en/ssh2.installation.php | |php-pecl-ssh2| |
7
8
bq. For newer systems the extension is available through the repository, e.g., on Fedora 12 type "@sudo yum install php-pecl-ssh2@"
9
10 3 Neil Voss
h2. Download and install the ssh2 extension
11
12 1 Neil Voss
# Download and install the ssh2 extension for php as instructed at its download site:
13
* http://www.php.net/manual/en/ssh2.installation.php
14
    Install openssl and compile libssh first before compiling php-ssh2 extension. Once you get the final ssh2.so, add it in your php.ini
15
16
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*
17
_______
18
19
[[Setup job submission server|< Setup job submission server]] | [[Configure web server to submit jobs|Configure web server to submit jobs >]]
20
21
_______