For the installation of VIMP Light, VIMP Community, VIMP Professional, VIMP Ulitmate [Standard] and VIMP Corporate you require the PHP extension benötigen SourceGuardian.
This article describes how to install the extension on openSUSE 15.2, more information on how to use it can be found here.
An overview of all loaders can be found on the SourceGuardian website.
First create a temporary directory "loader" under /usr/src/ and change there:
mkdir /usr/src/loader cd /usr/src/loader
Load the package, here Linux 64-bit, directly into the new directory (if not present we also install "wget"):
zypper install wget
curl https://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz --output loaders.linux-x86_64.tar.gz
Now unzip the file there:
tar xzf loaders.linux-x86_64.tar.gz
Copy the file matching your PHP version into the "extension_dir" of your PHP configuration:
cp ixed.7.4.lin /usr/lib64/php7/extensions/
The "ts" in the file name stands for "Thread Safety". If "Thread Safety" is enabled, copy the file ixed.7.4ts.lin .
Now create the appropriate configuration file.
cd /etc/php7/conf.d touch sourceguardian.ini nano sourceguardian.ini
Write in the file:
[sourceguardian] zend_extension=/usr/lib64/php7/extensions/ixed.7.4.lin
and then save it.
Now you just need to restart the Apache:
service apache2 restart
The extension is now active for PHP in Apache and the CLI and VIMP is decrypted.