...
Code Block | ||
---|---|---|
| ||
yum install libssh2-devel pecl install -f ssh2 echo extension=ssh2.so > /etc/php.d/ssh2.ini |
Source Guardian
Note |
---|
Source Guardian is only required for ProVision versions 5.1.2 and earlier. If installing ProVision 5.1.3 or later, skip this step. |
title | Click here for Source Guardian installation instructions (applies only to ProVision 5.1.2 and earlier)... |
---|
Install the Source Guardian php extension.
Info |
---|
Download and find additional details from http://www.sourceguardian.com/ixeds/. Choose either Linux 32 or Linux 64 .tar.gz depending on architecture. |
Download the loader and put it in the appropriate place.
Place the file in your php extension directory as specified in your php.ini
Note: The PHP cli binary path must be set in the ProVision software Admin section if is different from default. By default it is /usr/bin/php.
Add extension=ixed.x.x.y.y to your php.ini
Add extension=ixed.x.x.y.y to your php.ini
Code Block | ||
---|---|---|
| ||
wget https://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.bz2
tar -xjf loaders.linux-x86_64.tar.bz2
cp -rpPf ixed.5.5.lin /usr/lib64/php/modules/
echo extension=ixed.5.5.lin > /etc/php.d/ixed.5.5.ini |
Reload the web server
Code Block | ||
---|---|---|
| ||
service httpd reload |
Info | ||
---|---|---|
| ||
If you have any issues with getting Source Guardian installed, and the instructions are not working in your case, please check out http://www.sourceguardian.com/loaders/download.php - this page allows you paste in the output of your phpinfo page and then it will tell you the steps that need to be taken for your particular use case. If you are still having issues, please contact 6connect at support@6connect.com so one of our engineers can assist you. |
4) Install 6connect ProVision Software:
...