Re[4]: How to get libeay32.dll and libssl32.dll?

2005-07-12 Thread Carsten Krüger
Hello MeeAGhost, M> I had errors similar to yours (which I attributed to a typo I had M> made) so I deleted the entire openssl-0.9.8 directory and then started M> from scratch using the instructions I listed in my previous post and M> everything worked under msys. no typo: c&p, fresh tar extracte

Re: Re[2]: How to get libeay32.dll and libssl32.dll?

2005-07-12 Thread MeeAGhost
I had errors similar to yours (which I attributed to a typo I had made) so I deleted the entire openssl-0.9.8 directory and then started from scratch using the instructions I listed in my previous post and everything worked under msys. On 7/12/05, Carsten Krüger <[EMAIL PROTECTED]> wrote: ... [s

Re[2]: How to get libeay32.dll and libssl32.dll?

2005-07-12 Thread Carsten Krüger
Hi, M> dllwrap --dllname libeay32.dll --output-lib libeay32.a --def M> ms/libeay32.def libcrypto.a -lwsock32 -lgdi32 $ dllwrap --dllname libeay32.dll --output-lib libeay32.a --def ms/libeay32.def libcrypto.a -lwsock32 -lgdi32 libcrypto.a(bio_cb.o):bio_cb.c:(.text+0x1e2): undefined reference to

Re: How to get libeay32.dll and libssl32.dll?

2005-07-12 Thread MeeAGhost
I use Msys/Mingw to build the dlls using openssl-0.9.8. However I have had to remove line 910 [$IsMK1MF=1 if ($target eq "mingw" && ^O ne "cygwin");] (as suggested in a different thread by Doug Kaufman) from the Configure script. At the moment I am having trouble getting the .dlls to work but the

How to get libeay32.dll and libssl32.dll?

2005-07-12 Thread Carsten Krüger
Hello, how do I get libeay32.dll and libssl32.dll? I've tried: $ ./Configure mingw enable-rc5 enable-mdc2 shared [...] $ make depend [...] $ make [...] $ make test $ make install Build works and I get cryptoeay32-0.9.8.dll and ssleay32-0.9.8.dll. I think cryptoeay32-0.9.8.dll is libeay32.dll