ODBC Driver for Salesforce requires an ODBC driver manager to work properly. The driver manager is not included with the Devart ODBC Driver and must be installed separately.
Devart ODBC Driver for Salesforce is compatible with the unixODBC driver manager. You can install the unixODBC driver manager using the following command:
dnf install unixODBC
Note
If you’re using a different ODBC driver manager, Devart ODBC Driver for Salesforce can still be installed. However, you will need to manually modify the configuration files of the respective driver manager.
1. Download the .rpm package for ODBC Driver for Salesforce from the Devart website.
2. In a terminal, navigate to the folder where the package is located. By default, the package is downloaded to ~/Downloads.
cd ~/Downloads
3. Run the following command to install the driver:
sudo rpm -ivh devart-odbc-salesforce.x86_64.rpm

Note
You may encounter the following error during installation: ‘Failed dependencies: liblttng-ust.so.0()(64bit) is needed by devart-odbc-salesforce-3.4.2-1.x86_64’
The error indicates that the liblttng-ust library is missing from your system. To resolve the issue, install the library.
sudo yum install lttng-ustAfter installing the library, initiate the driver installation again.
To learn how to activate the driver, see Activate the driver on Linux.
Note
You need to activate the driver even for the trial version.