Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSja7-0005sA-K9 for pgsql-odbc@arkaria.postgresql.org; Mon, 29 Aug 2022 18:33:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oSja6-0006UJ-23 for pgsql-odbc@arkaria.postgresql.org; Mon, 29 Aug 2022 18:33:54 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSja5-0006UA-Rc for pgsql-odbc@lists.postgresql.org; Mon, 29 Aug 2022 18:33:53 +0000 Received: from webclient5.webclient5.de ([2a01:4f8:212:88::2]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSja2-0001QT-Ah for pgsql-odbc@lists.postgresql.org; Mon, 29 Aug 2022 18:33:52 +0000 Received: from [192.168.42.71] (dynamic-046-114-204-004.46.114.pool.telefonica.de [46.114.204.4]) by webclient5.webclient5.de (Postfix) with ESMTPSA id 711985A20FB3 for ; Mon, 29 Aug 2022 20:33:44 +0200 (CEST) Message-ID: <703542f2-e371-9a59-5742-8067c7c431cc@ladisch.de> Date: Mon, 29 Aug 2022 20:33:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: postgresql 10.03 Content-Language: en-US To: pgsql-odbc@lists.postgresql.org References: From: Clemens Ladisch In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.4 at webclient5 X-Virus-Status: Clean List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 19.08.2022 15:21, Jonnalagadda, Ram Reddy (C) wrote: > We are trying install pgsql-odbc driver 10.03 That version is quite old. You can use any newer version. > We tried as below ways, still getting the same issue (libpq library > version >=9.2 required) And is libpq5 or libpq-dev installed? Regards, Clemens