Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 5.2.0

...

Expand
titleClick 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. 

 
Code Block
languagebash
    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/lib/php5/20121212/
 
 
Create module loading configuration:
 (shown using the vi editor, though you may use the editor of your choice)

 

Code Block
    vi /etc/php5/mods-available/ixed.ini

 

  Add the following lines to ixed.ini (adding extension=ixed.x.x.y.y to your php.ini):

 

Code Block
languagetext
    ; configuration for php ixed module
    ; priority=20
    extension=ixed.5.5.lin

 

To enable the radius module, type the following command:
 

 

Code Block
languagebash
    php5enmod ixed

 

Reload apache
   
Code Block
languagebash
service apache2 reload
Info
titlePRO TIP - Loader Assistant for Source Guardian

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.

 

 

5) Install 6connect ProVision Software:

...

3. Go to http://﹤web root﹥/install/configTest.php.   If there are  Follow the provided instructions, correcting any configuration errors listed in red, other than in the Database and Configuration Files section, they must be correctedif they occur.

4. Run configDir.sh ﹤web user﹥ from the command line as root in the web root.  This will setup the directories apache user needs read/write access to.

...