You are attempting to run the maintenance pack upgrade on a Linux server whose installation directories are non-default. You run the command below:
./install.sh -t detection
but you receive the error:
rpm: relocations must contain a =
Release : 15.x
Component : Linux DLP Servers, Maintenance Pack, Installation
Additional parameters must be provided if custom installation paths have been used
Running the ./install.sh command with no parameters will bring up the help below.
Each of the named parameters must be populated with the custom directory path, if the customer has not used the default.
Usage: ./install.sh -t installationType -i installationDirectory -d dataDirectory -l logsDirectory -r runDirectory -s spoolDirectory
-t Installation type(Required parameter). Specify one of enforce, detection, singletier, indexers, or serverjre
-i Path to installation directory (Default: /opt/Symantec/DataLossPrevention)
-d Path to data directory (Default: /var/Symantec/DataLossPrevention)
-l Path to logs directory (Default: /var/log/Symantec/DataLossPrevention)
-r Path to run directory (Default: /var/run/Symantec/DataLossPrevention)
-s Path to spool directory (Default: /var/spool/Symantec/DataLossPrevention)
If not specified, default directories will be used.