Malosol, a DB plugin, handles special functions of licensing, actual user permission calculations and interconnected task parameters’ calculations.
The plugin is delivered as libmalosol dynamic library, within the service-tools pack (available in Download/Server components section on https://cerebrohq.com).
Malosol is installed by unpacking libmalosol executable file (according to DB server OS) to a particular folder (for example, for Linux it might be /cerebro/malosol/libmalosol90-64.so.1.0.0).
Then, in order to connect it to the database, it is necessary to specify path to its executable file in the MALOSOL variable in the config.py script. This should be done during database deployment (see “Deploying Memoria”). Default value of this variable is $libdir/libmalosol90.so, where $libdir means the path to the PostgreSQL libraries folder (for example, in Linux it is /usr/local/pgsql/lib).
Note
You may use a symlink instead of renaming and moving the Malosol library file to $libdir.