SourceGuardian Loader: Installation

Is responsible for the decryption and thus the runnability of CRM+. Available at:

Linux (x86-64) https://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz

wget --user-agent="Chrome/51.0.2704.103" https://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz

If the download link does not work anymore, you will also find the available packages via the main domain: https://www.sourceguardian.com/loaders.html

Unzip the downloaded package to /opt/thirdparty/sourceguardian.

Create the file /etc/php/8.1/mods-available/custom-sourceguardian.ini with following content, after creating the file enable the module by typing phpenmod custom-sourceguardian.

; Custom configuration for PHP8.1 module
; priority=00

zend_extension = /opt/thirdparty/sourceguardian/ixed.8.1.lin

Verify SourceGuardian was successfull installed by typing php -v and check for the SourceGuardian section.

Please note that always install the right version of the PHP SourceGuardian Loader according to the existing PHP version.

Note

Currently, you need to have installed the version 14.0 or newer.