Installing the Connector Using the Tarball Package
If you did not obtain this connector from the Simba website, you might need to follow a different installation procedure. For more information, see the Simba OEM ODBC Connectors Installation Guide.
The Simba PostgreSQL ODBC Connector is available as a tarball package named SimbaPostgreSQLODBC-[Version].[Release]-Linux.tar.gz
simbadatabricks
-[Version]-Linux.tar.gz
, where [Version] is the version number of the connector and [Release] is the release number for this version of the connector. The package contains both the 32-bit and 64-bit versions of the connector.
On 64-bit editions of Linux, you can execute both 32- and 64-bit applications. However, 64-bit applications must use 64-bit connectors, and 32-bit applications must use 32-bit connectors. Make sure that you use a connector whose bitness matches the bitness of the client application. You can install both versions of the connector on the same machine.
To install the connector using the tarball package:
- Log in as the root user, and then navigate to the folder containing the tarball package.
- Run the following command to extract the package and install the connector:
tar -zxvf [TarballName]
Where
[TarballName]
is the name of the tarball package containing the connector.The Simba PostgreSQL ODBC Connector files are installed in the
/opt/simba/postgresql
directory.
Next, configure the environment variables on your machine to make sure that the ODBC Driver manager can work with the connector. For more information, see Configuring the ODBC Driver Manager.