I wish to reproduce this. Can you please provide some instruction of how to do this? 1. Which EXACT version and platform of Windows are you using? 2. Which mingw version you are using, how did you installed it. 3. Which msys version are you using, how did you installed it. 4. How did you EXACTLY compile OpenSSL?
Thanks! On 2/18/08, Diaa Sami <diaas...@gmail.com> wrote: > On Feb 17, 2008 10:48 PM, Alon Bar-Lev <alon.bar...@gmail.com> wrote: > > On Feb 17, 2008 8:46 PM, Diaa Sami <diaas...@gmail.com> wrote: > > > I tried this one but it's the same, no DLL is created even after > > > linking with the DLLs instead of the the libs. > > > > > > Here are the new config.log and build.log so you can find what's wrong. > > > > Thanks! > > First, you don't need the -lssl32 for pkcs11-helper. > > > > But it still does not find libeay32.dll... > > I think it's something with linking with DLLs, unfortunately I didn't > do it before on MinGW > but on VC you only link to the import library not the DLL itself. > > > Do you sure the openssl is built correctly? > > Yes, because the static version of pkcs-helper builds successfully and > I used it to build openvpn successfully. > > > Do you have libeay32.dll at "/c/openvpn_job/openssl-0.9.7m-patched"? > > What is the output of "file" command on libeay32.dll? > > Yes, the output of file is Ok as far as I can see, it's > ../openssl-0.9.7m-patched/libeay32.dll; MS-DOS executable PE for MS > Windows (DLL) (console) Intel 80386 32-bit >