Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Martin Preuss
Hi, On Samstag, 3. Oktober 2009, Christian Stimming wrote: > Am Samstag, 3. Oktober 2009 17:53 schrieb Martin Preuss: [...] > That's right - I hope the MSVC*.dll better refuse to be loaded into the > same process space. In this particular case the problem "only" is to ship [...] I don't think so.

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Phil Longstaff
On October 3, 2009 04:08:19 pm Christian Stimming wrote: > Hi Martin, > > Am Samstag, 3. Oktober 2009 17:53 schrieb Martin Preuss: > > > By including the suitable openssl DLLs (libeay32.dll, > > > libssl32.dll, ssleay32.dll) in your pgsql binary, you're silently > > > overwriting those openssl DLLs

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Christian Stimming
Am Samstag, 3. Oktober 2009 22:08 schrieb Christian Stimming: > Indeed, Martin, you are completely right. In fact, the libaqbanking > and libgwenhywfar which we build and use for the win32 gnucash binary do > neither use nor depend upon any openssl DLL anymore. Just to add to my previous surprise:

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Christian Stimming
Hi Martin, Am Samstag, 3. Oktober 2009 17:53 schrieb Martin Preuss: > > By including the suitable openssl DLLs (libeay32.dll, > > libssl32.dll, ssleay32.dll) in your pgsql binary, you're silently > > overwriting those openssl DLLs which we compile ourselves during the > > win32 build, and on which

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Phil Longstaff
On October 3, 2009 09:58:14 am Christian Stimming wrote: > Dear Phil, > > I've tracked down the bug below, which said some of the full win32 gnucash > binary has a dependency on MSVCR71.DLL. That's the C runtime library of the > rather old Microsoft Visual Studio compiler version 7.1 (Visual Studio

Re: Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Martin Preuss
Hi, On Samstag, 3. Oktober 2009, Christian Stimming wrote: [...] > Oh, and there's a much more severe error, as mentioned by me in the > bugzilla item: By including the suitable openssl DLLs (libeay32.dll, > libssl32.dll, ssleay32.dll) in your pgsql binary, you're silently > overwriting those open

Win32: The binary pgsql package depends on MSVCR71.dll which we must not depend upon

2009-10-03 Thread Christian Stimming
Dear Phil, I've tracked down the bug below, which said some of the full win32 gnucash binary has a dependency on MSVCR71.DLL. That's the C runtime library of the rather old Microsoft Visual Studio compiler version 7.1 (Visual Studio 2003, I believe). Your pgsql binary package introduces this de