To install your new PostgreSQL ODBC drivers: 1. Download and save the tar file to your Linux/Unix SAS Server: "webinfdodbc__.tar" for NON-SSL drivers or "webinfdodbc___ssl.tar" for SSL enabled drivers where = your SAS plaform = current version of the driver *NOTE: You may download the SSL version of the driver even if you do not plan on using SSL. Downloading the SSL enabled driver requires that you have the “libssl.so.10” library on your system which you will need to download and install separately. SAS does not supply this library. 2. Move the file to the !SASHOME/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver 3. Back up the original files (they will be overwritten): Example: $ mkdir Orig $ cp -rfp libodbc.so.2 libodbcinst.so.2 psqlodbca.so psqlodbca.la psqlodbcw.so psqlodbcw.la libpq.so.5 Orig *NOTE: The odbc.ini, odbcinst.ini, and psql files are not over written but can be backed up as well if desired. 4. Untar the contents of the NON-SSL or the SSL package into the directory (choose only one, not both): Example: $ tar -xvf webinfdodbc_lax_9.03.03_ssl.tar Your new drivers are ready to use.