Re: Missing configure script in psqlodbc version 17_00_0005
От | Dave Cramer |
---|---|
Тема | Re: Missing configure script in psqlodbc version 17_00_0005 |
Дата | |
Msg-id | CADK3HHLZRd_5g9vn+VFW0fje9X5xvruRHkPbsUq0b=x_JXkkqQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Missing configure script in psqlodbc version 17_00_0005 (Venkatram Amalanathan <venkatram.amalanathan@broadcom.com>) |
Список | 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.amalanathan@broadcom.com> wrote:
Hi Team,
Theconfigure
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
- Download psqlodbc version 17_00_0005 source tarball
- Extract the archive:
tar -zxvf psqlodbc-17_00_0005.tar.gz
- Navigate to the extracted directory:
cd psqlodbc-17_00_0005
- 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
В списке pgsql-odbc по дате отправления: