Issue
After installing the Postgres driver and accessing the Postgres database used for Tableau Server repository on Linux, the error occurs:
The ldd command to print shared libraries/dependencies will likely present an error
Command:
ldd <path/to/driver>
Command to determine the <path/to/driver> of the postgresql driver:
cat /etc/odbcinst.ini
Example output:
[ODBC Drivers]
PostgreSQL Unicode=Installed
[PostgreSQL Unicode]
Description=ODBC for PostgreSQL
Driver=/opt/tableau/tableau_driver/postgresql-odbc/psqlodbcw.so
FileUsage=1
Among output, some missing expected libraries:
libssl.so.example => not found
libcrypto.so.example => not found