Trouble building 0.9.7k shared libraries

2006-09-06 Thread MeeAGhost
Using Cygwin I am trying to build 0.9.7k with shared libraries: $ ./config --prefix=/tmp/bob shared $ make depend $ make test The above completes no problem but when I do the 'make install' I get the followng errors: [snip] installing libcrypto.dll.a cp: cannot stat `cygcrypto-0.9.7.dll.a': No s

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: 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

Building 0.9.8 libeay32.dll and libssl32.dll files using MSYS / MINGW

2005-07-11 Thread MeeAGhost
I have been able to build the subject dlls after modifing Configure to remove line 910 [$IsMK1MF=1 if ($target eq "mingw" && ^O ne "cygwin");] (as suggested in a different thread by Doug Kaufman). However the .dlls don't seem to work. I am using them with stunnel 4.09 and everytime I try to estab