Re: Missing configure script in psqlodbc version 17_00_0005

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: Venkatram Amalanathan <venkatram(dot)amalanathan(at)broadcom(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Missing configure script in psqlodbc version 17_00_0005
Date: 2025-07-22 09:54:04
Message-ID: CADK3HHLZRd_5g9vn+VFW0fje9X5xvruRHkPbsUq0b=x_JXkkqQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

Without configure you need to run

autoreconf -i

Regards,

Dave Cramer

www.postgres.rocks

On Mon, 21 Jul 2025 at 05:28, Venkatram Amalanathan <
venkatram(dot)amalanathan(at)broadcom(dot)com> wrote:

> Hi Team,
>
> The configure script is missing from the psqlodbc version 17_00_0005
> source distribution, but it was present in version 16.00.0000. This creates
> a discrepancy with the official compilation documentation.
>
> Steps to Reproduce
>
> 1. Download psqlodbc version 17_00_0005 source tarball
> 2. Extract the archive: tar -zxvf psqlodbc-17_00_0005.tar.gz
> 3. Navigate to the extracted directory: cd psqlodbc-17_00_0005
> 4. Attempt to run: ./configure
>
>
> Documentation Reference
>
> The unix-compilation.html file still shows the standard compilation steps
>
> % tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz
> % cd psqlodbc-xx.xx.xxxx
> % ./configure
> % make
> % make install
>
>
> Version Comparison
>
> - *Version 16.00.0000:* configure script is present and works as
> expected
> - *Version 17_00_0005:* configure script is missing from the
> distribution
>
>
> *Question:*
>
> How should we proceed for compilation without "configure" script ?
>
> Please help us
>
>
> Thanks,
>
> Venkatram
>
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Igor Korot 2025-08-02 16:22:36 SQLStatistics API
Previous Message Venkatram Amalanathan 2025-07-21 09:28:02 Missing configure script in psqlodbc version 17_00_0005