Обсуждение: BUG #11039: installation fails when trying to install C++ redistributable

Поиск
Список
Период
Сортировка

BUG #11039: installation fails when trying to install C++ redistributable

От
rpvoland@spamcop.net
Дата:
The following bug has been logged on the website:

Bug reference:      11039
Logged by:          Rick Voland
Email address:      rpvoland@spamcop.net
PostgreSQL version: 9.4beta2
Operating system:   Windows XP 32-bit
Description:

computer has MS-Windows XP SP3 32-bit with all security updates.
Pentium M, 2 GB RAM
1) I log in as administrator.
2) I uninstall postgresql-9.3.4-1.
3) I double-click on postgresql-9.4.0-beta2-windows.exe (32-bit)
4) Installation starts, shows postgresql splash screen, shows progress box
for Microsoft Redistributable C++ 12.x Runtime.
5) Progress bar never gets beyond initial position.
6) Another box displays error for running "getlocales.exe"
7) Installation program stops and cleans up.

---

Microsoft website indicates that Visual C++ 2013 redistributable runs on
Windows XP. (versions 12.x as tried to install here)
http://www.microsoft.com/en-us/download/details.aspx?id=40784

Re: BUG #11039: installation fails when trying to install C++ redistributable

От
pjduplooy
Дата:
Hi guys

I am getting the same error on Window 7 64 bit, using PostgreSQL 9.4 beta2
64 bit installer from EDB.

I have managed to get around the getlocale error by copying it over from an
existing install to the temporary folder where the installer extracts the
files.  But the install stop at the db initialization  phase (initdb).  I
know that using the files from my existing 9.2 install will work if copied
over, but this is not ideal.  VCRedists (2013) are installed, both 32 bit
and 64 bit

Please investigate.

Regards.





--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG-11039-installation-fails-when-trying-to-install-C-redistributable-tp5813004p5813729.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

Re: Re: BUG #11039: installation fails when trying to install C++ redistributable

От
Sandeep Thakkar
Дата:
Could you attach the Bitrock installation log (from system temp) here
please?


On Tue, Aug 5, 2014 at 12:58 AM, pjduplooy <pjduplooy@zpanelcp.com> wrote:

> Hi guys
>
> I am getting the same error on Window 7 64 bit, using PostgreSQL 9.4 beta2
> 64 bit installer from EDB.
>
> I have managed to get around the getlocale error by copying it over from an
> existing install to the temporary folder where the installer extracts the
> files.  But the install stop at the db initialization  phase (initdb).  I
> know that using the files from my existing 9.2 install will work if copied
> over, but this is not ideal.  VCRedists (2013) are installed, both 32 bit
> and 64 bit
>
> Please investigate.
>
> Regards.
>
>
>
>
>
> --
> View this message in context:
>
http://postgresql.1045698.n5.nabble.com/BUG-11039-installation-fails-when-trying-to-install-C-redistributable-tp5813004p5813729.html
> Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>



--
Sandeep Thakkar

Re: Re: BUG #11039: installation fails when trying to install C++ redistributable

От
Sandeep Thakkar
Дата:
BTW, in your case the VC++ redist is installed as you said. So, you may try
running the installer on the CMD with "--enable_acledit 1" option that will
edit the ACLs of the installation path if the required permissions does not
exist.


On Tue, Aug 5, 2014 at 12:40 PM, Sandeep Thakkar <
sandeep.thakkar@enterprisedb.com> wrote:

> Could you attach the Bitrock installation log (from system temp) here
> please?
>
>
> On Tue, Aug 5, 2014 at 12:58 AM, pjduplooy <pjduplooy@zpanelcp.com> wrote:
>
>> Hi guys
>>
>> I am getting the same error on Window 7 64 bit, using PostgreSQL 9.4 beta2
>> 64 bit installer from EDB.
>>
>> I have managed to get around the getlocale error by copying it over from
>> an
>> existing install to the temporary folder where the installer extracts the
>> files.  But the install stop at the db initialization  phase (initdb).  I
>> know that using the files from my existing 9.2 install will work if copied
>> over, but this is not ideal.  VCRedists (2013) are installed, both 32 bit
>> and 64 bit
>>
>> Please investigate.
>>
>> Regards.
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>>
http://postgresql.1045698.n5.nabble.com/BUG-11039-installation-fails-when-trying-to-install-C-redistributable-tp5813004p5813729.html
>> Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
>>
>>
>> --
>> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-bugs
>>
>
>
>
> --
> Sandeep Thakkar
>
>


--
Sandeep Thakkar

Re: BUG #11039: installation fails when trying to install C++ redistributable

От
pjduplooy
Дата:
Hi Sandeep

Script output:


Script stderr:


Executing
C:\Users\Administrator\AppData\Local\Temp\postgresql_installer_b424dec66a\getlocales.exe
Script exit code: unknown signal

Script output:


Script stderr:
 child killed: unknown signal

Error running
C:\Users\Administrator\AppData\Local\Temp\postgresql_installer_b424dec66a\getlocales.exe
: child killed: unknown signal


This is the last entry in the installer log.

If I run for example getlocales.exe directly from the temp folder (where the
installer extracts the files), it does not work, and gives me a child
process died error.

As I said, if you copy the files over from an existing install
(getlocales.exe) etc, that works.

I have just checked an 9.3.5 install and that works.

The --enable_acledit 1 also did not work.

Pieter



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG-11039-installation-fails-when-trying-to-install-C-redistributable-tp5813004p5813796.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.