public inbox for [email protected]
help / color / mirror / Atom feedMissing configure script in psqlodbc version 17_00_0005
2+ messages / 2 participants
[nested] [flat]
* Missing configure script in psqlodbc version 17_00_0005
@ 2025-07-21 09:28 Venkatram Amalanathan <[email protected]>
2025-07-22 09:54 ` Re: Missing configure script in psqlodbc version 17_00_0005 Dave Cramer <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Venkatram Amalanathan @ 2025-07-21 09:28 UTC (permalink / raw)
To: pgsql-odbc; [email protected]
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
Attachments:
[application/pkcs7-signature] smime.p7s (5.4K, 3-smime.p7s)
download
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Missing configure script in psqlodbc version 17_00_0005
2025-07-21 09:28 Missing configure script in psqlodbc version 17_00_0005 Venkatram Amalanathan <[email protected]>
@ 2025-07-22 09:54 ` Dave Cramer <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Cramer @ 2025-07-22 09:54 UTC (permalink / raw)
To: Venkatram Amalanathan <[email protected]>; +Cc: 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 <
[email protected]> 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
>
>
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-07-22 09:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-07-21 09:28 Missing configure script in psqlodbc version 17_00_0005 Venkatram Amalanathan <[email protected]>
2025-07-22 09:54 ` Dave Cramer <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox