Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP

From: Hermann Muster <Hermann(dot)Muster(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP
Date: 2008-02-04 16:14:01
Message-ID: fo7dkb$15hd$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Konbanwa Hiroshi-san,

thanks for your fast reply. I installed the Microsoft Visual C++ 2005
SP1 Redistributable Package (x86) before running the PostgreSQL 8.3
setup. However, the PostgreSQL installation does still not find the
msvcr80.dll.

It seems, that the PostgreSQL setup has to be adjusted or is there any
other possibility to get it working under XP? Background is that our
application's setup is installing it's database on PostgreSQL and can't
completely do that with the dll missing.

Greetings,
Hermann

Hiroshi Saito schrieb:
> Hi.
>
> It seems that MSVCR80.dll is not registered to InstallFinalize on the
> problem of the timing of an installer.
> It is not found at the time of initdb. Therefore, please before install
> this.
> http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&DisplayLang=en
>
>
> The adjustment of Installer may be necessity. It must consider many
> situations. However, The solution method was not found even in
> MSDN....It seems that what is used in the middle of install can't be
> execute.
>
> to Dave.
> Did you already find the solution method?
> Regards,
> Hiroshi Saito
>
> ----- Original Message ----- From: "Hermann Muster" <Hermann(dot)Muster(at)gmx(dot)de>
> To: <pgsql-general(at)postgresql(dot)org>
> Sent: Monday, February 04, 2008 11:43 PM
> Subject: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP
>
>
>> Hi,
>>
>> I installed today's release setup of PostgreSQL 8.3. Unfortunately
>> Libpq.dll has a dependancy to msvcr80.dll, which can't be found on my
>> system.
>>
>> I checked the msi installer file and found that this dll will not be
>> installed under Windows XP.
>>
>> Does anyone has any suggestions concerning this serious problem?
>>
>> Thanks for your help,
>> Hermann
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 2: Don't 'kill -9' the postmaster
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2008-02-04 16:19:39 Re: PostgreSQL Certification
Previous Message Dave Page 2008-02-04 16:11:43 Re: postgresql book - practical or something newer?