Message-ID: From: "raddakal (@raddakal)" To: "postgresql-interfaces/psqlodbc" Date: Tue, 19 Nov 2024 13:27:41 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #71: Configure script missing in psqlODBC version 17 In-Reply-To: References: List-Id: X-GitHub-Author-Login: raddakal X-GitHub-Comment-Id: 2485714297 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 71 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/71#issuecomment-2485714297 Content-Type: text/plain; charset=utf-8 We had to run the below mentioned command to generate the required configure script: autoreconf -i After doing this, was able to compile the source code and build the driver. Thanks.