ODBC Driver for Salesforce

Installing on Linux (DEB) - ODBC Driver for Salesforce

Prerequisites

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. You can install the unixODBC driver manager using the command below:

sudo apt-get install odbcinst1debian2 libodbc1 odbcinst unixodbc

In case when using other ODBC driver managers, ODBC Driver for Salesforce will be installed, but it will require manual modification of configuration files of these managers.

For Ubuntu 22.04 LTS

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 the ODBC Driver for ODBC Driver for Salesforce. You can install the libraries using the commands below.

Retreive the .deb library installation file:

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb

Install the previously fetched file:

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb

Installation

Let's consider how to install the Devart ODBC driver on Linux from a DEB package, for example, on Ubuntu. There are two ways to install the driver either manually or via the command line.

GUI installation

  1. Download the DEB package of the required bitness from the Devart website.
  2. Navigate to the folder with the downloaded package ("Downloads" by default) and double-click it.
  3. In the opened dialog, click the Install button.

  4. If the installation is successfully completed, the Install button changes into the Remove one.

Command-line installation

  1. Download the DEB package from the Devart website.

    By default the required package will be downloaded into the ~/Downloads folder (or the selected one);

  2. Run the 'Terminal' program;
  3. Navigate to the folder with the downloaded package cd ~/Downloads (if you downloaded the package into another folder, you need to specify the path to this folder as the cd command parameter):
    cd ~/Downloads/

  4. To install the devartodbcsalesforce_amd64.deb on a 64-bit system, use the following command:
    sudo dpkg -i devartodbcsalesforce_amd64.deb

  5. Driver is installed successfully.

To activate the driver, perform the steps described in the Product Activation article.



See also:

© 2015-2024 Devart. All Rights Reserved. Request Support ODBC Forum Provide Feedback