Consultor Eletrônico



Kbase P101663: How to check if the ODBC driver is installed on Linux ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/04/2009
Status: Verified

GOAL:

How to check if the ODBC driver is installed on Linux ?

GOAL:

How do you know if the ODBC driver is installed on Unix?

FACT(s) (Environment):

Linux Intel
UNIX

FIX:

The following key files should be present if the ODBC driver is installed:

$DLC/odbc/lib/pgpro*.so (for example: pgpro915.so)
$DLC/lib/libprocli92.so



To verify if all the related ODBC driver files are present, run the following command:

ldd $DLC/odbc/lib/pgpro*.so

Depending on the operating system, the shared libraries can have the .sl extension instead.