Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Dave Page
On Feb 18, 2008 3:38 PM, Tony Caduto <[EMAIL PROTECTED]> wrote: > Dave Page wrote: > > > > You can avoid this by building your own libpq.dll using mingw/msys if > > you like - that will work just fine with a VC++ built server. > > > > > > Hi Dave, > Just some thoughts on the whole libpq.dll thing.

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Tony Caduto
Dave Page wrote: You can avoid this by building your own libpq.dll using mingw/msys if you like - that will work just fine with a VC++ built server. Hi Dave, Just some thoughts on the whole libpq.dll thing. It would be really nice from a client distribution view of things to have a libpq

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Magnus Hagander
On Mon, Feb 18, 2008 at 04:11:14PM +0100, Hermann Muster wrote: > Dave Page schrieb: > >On Feb 18, 2008 10:05 AM, Hermann Muster <[EMAIL PROTECTED]> wrote: > > > >>Hi Dave, > >> > >>after testing several combinations I can tell you following, because > >>maybe I couldn't make clear what my proble

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Dave Page
On Feb 18, 2008 3:11 PM, Hermann Muster <[EMAIL PROTECTED]> wrote: > I finally found the problem. I unfortunately used an "very" old version > of Dependency Walker which couldn't handle the libpq.dll and always > showed that the msvcr80.dll is missing. After installing PostgreSQL 8.3 > and updating

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Hermann Muster
Dave Page schrieb: On Feb 18, 2008 10:05 AM, Hermann Muster <[EMAIL PROTECTED]> wrote: Hi Dave, after testing several combinations I can tell you following, because maybe I couldn't make clear what my problem is. The msvcr80.dll is correctly installed in the C:\WINDOWS\WinSxS\x86_Microsoft.V

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Dave Page
On Feb 18, 2008 10:05 AM, Hermann Muster <[EMAIL PROTECTED]> wrote: > Hi Dave, > > after testing several combinations I can tell you following, because > maybe I couldn't make clear what my problem is. The msvcr80.dll is > correctly installed in the > C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-18 Thread Hermann Muster
Dave Page schrieb: On Feb 13, 2008 3:05 PM, Hermann Muster <[EMAIL PROTECTED]> wrote: Dave Page schrieb: On Feb 5, 2008 7:52 AM, Hermann Muster <[EMAIL PROTECTED]> wrote: I also checked the folder C:\Program Files\Common Files\Merge Modules Microsoft_VC80_CRT_x86.msm which is no

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-13 Thread Dave Page
On Feb 13, 2008 3:05 PM, Hermann Muster <[EMAIL PROTECTED]> wrote: > Dave Page schrieb: > > On Feb 5, 2008 7:52 AM, Hermann Muster <[EMAIL PROTECTED]> wrote: > >> I also checked the folder C:\Program Files\Common Files\Merge Modules > >> Microsoft_VC80_CRT_x86.msm which is not available on my syste

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-05 Thread Dave Page
On Feb 5, 2008 7:52 AM, Hermann Muster <[EMAIL PROTECTED]> wrote: > I'm using a clean Virtual PC Image of a German Windows XP SP2. OK - I've been testing on a clean English XP Pro SP2. > I also checked the folder C:\Program Files\Common Files\Merge Modules > Microsoft_VC80_CRT_x86.msm which is n

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-05 Thread Hermann Muster
Dave Page schrieb: On Feb 4, 2008 6:37 PM, Hiroshi Saito <[EMAIL PROTECTED]> wrote: Hi. MSVCR80.dll which the binary of 8.3 refers to is this. C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSVCR80.dll I tried again in the beautiful environment which does

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Dave Page
On Feb 4, 2008 6:37 PM, Hiroshi Saito <[EMAIL PROTECTED]> wrote: > Hi. > > MSVCR80.dll which the binary of 8.3 refers to is this. > C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSVCR80.dll > I tried again in the beautiful environment which does not have 8.0.

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Hiroshi Saito
iginal Message - From: "Hermann Muster" <[EMAIL PROTECTED]> To: 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

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Steve Atkins
On Feb 4, 2008, at 9:37 AM, Raymond O'Donnell wrote: There's at least one website out there that offers DLLs for download, but I have no idea whether this is legal or not. Can anyone comment? It's the C runtime. IIRC that's one of the redistributables, so it's OK to distribute. Cheers,

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Raymond O'Donnell
There's at least one website out there that offers DLLs for download, but I have no idea whether this is legal or not. Can anyone comment? Ray. --- Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland [EMAIL PROTECTED]

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Hiroshi Saito
Hi. - Original Message - From: "Dave Page" <[EMAIL PROTECTED]> So, is there some reason the runtimes might not install in non-English versions of Windows? We're using the Windows Installer merge module as per Microsoft's recommendations. Surely your examination is passed. Therfore,

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Dave Page
On Feb 4, 2008 3:38 PM, Hiroshi Saito <[EMAIL PROTECTED]> wrote: > 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/downl

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Hiroshi Saito
"Hermann Muster" <[EMAIL PROTECTED]> To: 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

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Hermann Muster
-- From: "Hermann Muster" <[EMAIL PROTECTED]> To: 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, wh

Re: [GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Hiroshi Saito
shi Saito - Original Message - From: "Hermann Muster" <[EMAIL PROTECTED]> To: 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 h

[GENERAL] msvcr80.dll and PostgreSQL 8.3 under Windows XP

2008-02-04 Thread Hermann Muster
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 t