ODBC Driver for Salesforce works under control of an ODBC driver manager. ODBC driver manager is not distributed along with our driver and must be installed separately.
ODBC Driver for Salesforce is compatible with unixODBC driver manager. Depending on your Linux distribution, you can install the unixODBC driver manager using one of the following commands:
sudo apt-get install libodbcinst2 libodbc2 odbcinst unixodbc
sudo apt-get install odbcinst1debian2 libodbc1 odbcinst unixodbc
If you are using other ODBC driver managers, ODBC Driver for Salesforce will be installed, but it will require manual modification of configuration files of these managers.
openssl-1.1 libraryFor Ubuntu 22.04 LTS and later versions, Devart ODBC Driver for Salesforce requires openssl-1.1 library pre-installed. If you do not have it installed, you need to install it before installing ODBC Driver for Salesforce.
You can install the libraries using the commands below.
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Let's consider how to install Devart ODBC Driver on Linux from a DEB package, for example on Ubuntu. There are two ways to install the driver—manually using the GUI or via the command line.
If the installation is successfully completed, the Install button changes to Remove.
By default, the required package will be downloaded into the ~/Downloads folder (or the selected one).
cd ~/Downloads/
sudo dpkg -i devartodbcsalesforce_amd64.deb
To activate the driver, perform the steps described in the Product Activation article.