Re: [pgsql-www] BUG #1355: 8.0.0 rc2 installer fails

From: "Scott Stillwell" <scott(at)technologix-kc(dot)com>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [pgsql-www] BUG #1355: 8.0.0 rc2 installer fails
Date: 2004-12-24 02:21:31
Message-ID: 8CC71A5C41DA5E44B00AE98A8840AA0A029D51@vmgsx.dozguys.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Found the problem...it's been reported before.

http://archives.postgresql.org/pgsql-bugs/2004-11/msg00195.php

I was a bad boy and left off the part about the missing ordinal in
libeay32.dll...

Dunno if that's something that still needs to be fixed, but at least
I've got a workaround.

Scott

-----Original Message-----
From: Magnus Hagander [mailto:mha(at)sollentuna(dot)net]
Sent: Thursday, December 23, 2004 3:00 AM
To: Scott Stillwell; pgsql-www(at)postgresql(dot)org; pgsql-bugs(at)postgresql(dot)org
Subject: RE: [pgsql-www] BUG #1355: 8.0.0 rc2 installer fails

(um, why was this filed to -www? Copying over to -bugs where it should
be. Something wrong with the scripts, I assume)

> The following bug has been logged online:
>
> Bug reference: 1355
> Logged by: Scott Stillwell
> Email address: sstillwell(at)kc(dot)rr(dot)com
> PostgreSQL version: 8.0
> Operating system: Windows XP Pro SP2
> Description: 8.0.0 rc2 installer fails
> Details:
>
> When installing PostgreSQL 8.0.0 rc2 on my computer (Windows XP
> Professional, SP2 and all current patches), I accepted all defaults
> (with the exception of assigning a password to the local Windows
> account and the postgres password). I get the following error near
> the end of the process:
>
> Failed to run initdb: -1073741512!
> Please see the logfile in 'C:\Program
> Files\PostgreSQL\8.0.0-rc2\tmp\initdb.log'.
> Note! You must read/copy this logfile before you click OK, or it will
> be automatically removed.
>
> While the dialog box is still displayed, I checked the initdb.log
> file. It is zero bytes with no contents.
>
> After clicking OK, the installer rolls back, at which point I get
> another dialog titled "Fatal Error" saying
>
> Installation ended prematurely because of an error.

Very interesting error :-) That means the initdb process exited with an
error code that certainly didn't come from initdb...

Have you installed any non-standard security products, or done any
lockdown from the standard level of the system? So that perhaps the
postgres account doesn't have access to required DLL files?

Also, when this happens, can you check the contents of
8.0.0-rc2\tmp\initdb.bat and see if the paths entered there are correct?

Finally, do you get anything in the windows event logs when this
happens?

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-12-24 14:28:47 Re: BUG Postgresql 7.4.6 : usecreatedb flag
Previous Message Bruce Momjian 2004-12-23 20:32:30 Re: postgresql-8.0.0 beta5 & postgresql-7.4.6 can't compile successfully