Re: Problem with 8.3.14 Windows binaries

From: Pete Wall <Pete_Wall(at)symantec(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem with 8.3.14 Windows binaries
Date: 2011-09-09 18:25:52
Message-ID: 353119CB2ECA8B4BB1751DCDD9104413017ADA2E80@TUS1XCHEVSPIN37.SYMC.SYMANTEC.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

As an update, we found a 2008 box that had the same problem as below, so it doesn't seem to be a problem with Windows 2003.

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Pete Wall
Sent: Wednesday, August 24, 2011 2:54 PM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Problem with 8.3.14 Windows binaries

Any ideas? Has anybody else had luck or problems with the new versions on Windows Server 2003?

Thanks,
-Pete

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Pete Wall
Sent: Thursday, August 18, 2011 4:58 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Problem with 8.3.14 Windows binaries

Hello,
I am upgrading the version of PostgreSQL used in our product from 8.3.9 to 8.3.15 to close some of the vulnerabilities. After upgrading, I found that it wouldn't work on our Windows 2003 boxes, but it was fine on the 2008 ones. I downloaded every binary release from ..9 to ..15 (from here: http://www.postgresql.org/ftp/binary/) and found that the problem started with 8.3.14.

What happens is when I try to launch any of the binaries, I get this message on the CLI:
C:\tmp\postgresql-8.3.14-1-binaries-no-installer\pgsql\bin>pg_ctl.exe
The system cannot execute the specified program.

When I double-click it in Explorer, I get a dialog box with this message:
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

I then opened it up in Dependency Walker and got this message:
Error: The Side-by-Side configuration information for "c:\tmp\postgresql-8.3.14-1-binaries-no-installer\pgsql\bin\PG_CTL.EXE" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
Error: The Side-by-Side configuration information for "c:\tmp\postgresql-8.3.14-1-binaries-no-installer\pgsql\bin\LIBPQ.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
It was also not detecting the MSVCR80.DLL, while 8.3.13 found it automatically.

Here's a screenshot of Dependency Walker comparing the new with the old: http://i.imgur.com/FxNkG.jpg

Can someone help me figure out what's missing? I found "Improve build support for Windows version" here http://archives.postgresql.org/pgsql-announce/2011-02/msg00000.php. Maybe that had something to do with it.

Thanks,
-Pete

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2011-09-09 19:39:12 Re: hiring PostgresSQL admin
Previous Message Steve Crawford 2011-09-09 17:10:22 Re: PostgreSQL Upgrade Procedure