Re: Fwd: Postgresql 9.4 installation error

Lists: pgsql-bugs
From: Prashant Hunnure <prashant(dot)hunnure(at)cloverinfotech(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Fwd: Postgresql 9.4 installation error
Date: 2016-04-19 12:09:26
Message-ID: 158518181.247821.1461067766582.JavaMail.zimbra@cloverinfotech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Hello,

My name is Prashant and i want to install postgreSQL 9.4 for win64 on having OS versions 7 , 8.1 respectively.
The system configuration details are as follows,
RAM - 4 GB.
HDD - 500 GB.
During installation i'm getting the following error message.

Please help me to resolve mentioned error also forward relevant information if any.

Thanks in advance.

Regards,
Prashant

Attachment Content-Type Size
undefined image/png 852.6 KB

From: Prashant Hunnure <prashant(dot)hunnure(at)cloverinfotech(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Postgresql 9.4 installation error
Date: 2016-04-19 12:14:06
Message-ID: 1597068897.249148.1461068046341.JavaMail.zimbra@cloverinfotech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Hello,

My name is Prashant and i want to install postgreSQL 9.4 for win64 on having OS versions 7 , 8.1 respectively.
The system configuration details are as follows,
RAM - 4 GB.
HDD - 500 GB.
During installation i'm getting the error as ""Checksum verification failed for: postgresql_94.exe! Deleting file..".

Please help me to resolve mentioned error also forward relevant information if any.

Thanks in advance.

Prashant


From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Prashant Hunnure <prashant(dot)hunnure(at)cloverinfotech(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Fwd: Postgresql 9.4 installation error
Date: 2016-04-20 01:37:45
Message-ID: CAKFQuwbGZpgHhSQt+q4HPAAhEFhR6xZazTd4oKD-QZyYAmqJWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Tue, Apr 19, 2016 at 5:09 AM, Prashant Hunnure <
prashant(dot)hunnure(at)cloverinfotech(dot)com> wrote:

> Hello,
>
> My name is Prashant and i want to install postgreSQL 9.4 for win64 on
> having OS versions 7 , 8.1 respectively.
> The system configuration details are as follows,
> RAM - 4 GB.
> HDD - 500 GB.
> During installation i'm getting the following error message.
>
> Please help me to resolve mentioned error also forward relevant
> information if any.
>
> Thanks in advance.
>

​A checksum error means that the file being "checked" doesn't match what
the source of said file says it should be. Some change or corruption to
the downloaded file has occurred. Typically the solution is to download
the file again and hope that it doesn't get corrupted. Otherwise
potentially the source file (or some agent in between) has compromised the
download and/or source in which case the source needs to be fixed.

​So, in short, remove everything and try again.

David J.