Re: problems with dynamic engine on windows

2005-11-01 Thread Dr. Stephen Henson
On Mon, Oct 31, 2005, Steffen Pankratz wrote: > On Wed, 26 Oct 2005 21:07:46 +0200 > "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > > > On Wed, Oct 26, 2005, Dr. Stephen Henson wrote: > > > > > > > > I'll check to see if anything has changed/broken. > > > > > > > Urgle, the DSO code under

Re: problems with dynamic engine on windows

2005-10-31 Thread Steffen Pankratz
On Wed, 26 Oct 2005 21:07:46 +0200 "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 26, 2005, Dr. Stephen Henson wrote: > > > > > I'll check to see if anything has changed/broken. > > > > Urgle, the DSO code under Win32 in 0.9.8 seems to be broken. I'm > investigating. > > Steve.

Re: problems with dynamic engine on windows

2005-10-26 Thread Dr. Stephen Henson
On Wed, Oct 26, 2005, Dr. Stephen Henson wrote: > > I'll check to see if anything has changed/broken. > Urgle, the DSO code under Win32 in 0.9.8 seems to be broken. I'm investigating. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and fr

Re: problems with dynamic engine on windows

2005-10-26 Thread Dr. Stephen Henson
On Wed, Oct 26, 2005, Steffen Pankratz wrote: > > > I don't if you read all the thread > right know i have to trick to get my engine compiled properly but i'm not > sure about it's working with the openssl program > because if I can't use 'shared', 'no-shared' is used and > OPENSSL_NO_DYNAMIC_

Re: problems with dynamic engine on windows

2005-10-26 Thread Steffen Pankratz
On Wed, 26 Oct 2005 13:35:52 +0200 "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 26, 2005, Steffen Pankratz wrote: > > > On Mon, 24 Oct 2005 17:12:15 +0400 > > "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > > > > > On 2005.10.21 at 18:45:13 +0200, Steffen Pankratz wrote: > > > >

Re: problems with dynamic engine on windows

2005-10-26 Thread Victor B. Wagner
On 2005.10.26 at 13:16:02 +0200, Steffen Pankratz wrote: > > Just use mingw32 for building openssl dlls. > > why shouldn't it be possible to use MSVC to compile openssl (shared and with > dynamic engine support)? > are there any serious reasons? I think that it is because nobody is interested i

Re: problems with dynamic engine on windows

2005-10-26 Thread Dr. Stephen Henson
On Wed, Oct 26, 2005, Steffen Pankratz wrote: > On Mon, 24 Oct 2005 17:12:15 +0400 > "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > > > On 2005.10.21 at 18:45:13 +0200, Steffen Pankratz wrote: > > > now i'm totally confused no shared libs for win32?! > > > is it a bug? > > > > Not for win32. Ju

Re: problems with dynamic engine on windows

2005-10-26 Thread Steffen Pankratz
On Mon, 24 Oct 2005 17:12:15 +0400 "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > On 2005.10.21 at 18:45:13 +0200, Steffen Pankratz wrote: > > now i'm totally confused no shared libs for win32?! > > is it a bug? > > Not for win32. Just for MSVC build. Use mingw32 and you'll get shared > build wi

Re: problems with dynamic engine on windows

2005-10-24 Thread Victor B. Wagner
On 2005.10.21 at 18:45:13 +0200, Steffen Pankratz wrote: > now i'm totally confused no shared libs for win32?! > is it a bug? Not for win32. Just for MSVC build. Use mingw32 and you'll get shared build with working dynamic engines. And nothing would prevent you from linking these dlls into applica

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Fri, 21 Oct 2005 17:44:52 +0200 Steffen Pankratz <[EMAIL PROTECTED]> wrote: > On Fri, 21 Oct 2005 15:29:42 +0200 > Steffen Pankratz <[EMAIL PROTECTED]> wrote: > > > On Thu, 20 Oct 2005 13:30:14 +0400 > > "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > > > > > On 2005.10.19 at 19:26:36 +0200,

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Fri, 21 Oct 2005 15:29:42 +0200 Steffen Pankratz <[EMAIL PROTECTED]> wrote: > On Thu, 20 Oct 2005 13:30:14 +0400 > "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > > > On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: > > > > > Hi > > > > > > I'm trying to get my dynamic engine to work

Re: problems with dynamic engine on windows

2005-10-21 Thread Steffen Pankratz
On Thu, 20 Oct 2005 13:30:14 +0400 "Victor B. Wagner" <[EMAIL PROTECTED]> wrote: > On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: > > > Hi > > > > I'm trying to get my dynamic engine to work on windows (openssl 0.9.8a, ms > > vc++ 7) > > it runs fine in linux > > Have you configured

Re: problems with dynamic engine on windows

2005-10-20 Thread Victor B. Wagner
On 2005.10.19 at 19:26:36 +0200, Steffen Pankratz wrote: > Hi > > I'm trying to get my dynamic engine to work on windows (openssl 0.9.8a, ms > vc++ 7) > it runs fine in linux Have you configured openssl with right way when building? Check openssl include files you are using when compiling for