Page 1 of 1

Postgresql 64bit driver install script bug

Posted: Tue 01 Aug 2017 15:32
by njpwerner
Hi,

There is a problem with your installation script for unix machines with no x86 binary support. The script assumes that all machines support it causing the installation to fail on x64 machines with no x86 support.

Code: Select all

$path"/"$DBMSNAME"odbcsetup_x86" $lic $pathodbc "/usr/local/lib/libdevartodbc"$DBMSNAME".x86."$Expr x86
rm -f $path"/"$DBMSNAME"odbcsetup_x86"
if [ "$Arch" == "x86_64" ];then
  $path"/"$DBMSNAME"odbcsetup_x64" $lic $pathodbc "/usr/local/lib/libdevartodbc"$DBMSNAME".x64."$Expr x64
  rm -f $path"/"$DBMSNAME"odbcsetup_x64"
fi

Re: Postgresql 64bit driver install script bug

Posted: Fri 04 Aug 2017 07:12
by azyk
You can ignore this error message, as 64-bit driver version is correctly installed in this case. We will try to fix this bug in one of the nearest driver versions.