> Did you follow the instructions in INSTALL.W32 for building the OpenSSL 
> static libraries and using them?

Yeah, I was having a terrible time getting everything to compile.  I
was able to wrestle through a lot of it, but it simply wouldn't
finished compiling.  So I searched for others having similar troubles
and came across http://www.silverex.org/compiling/.  I realize that
the page says EXACTLY what INSTALL.W32 says (somewhat briefer), but
reading it in their format helped bring the whole picture together for
me.  I didn't catch on to the VC++ Command Line environment until that
point also, which solved all my troubles.

The instructions detailing "You can also build a static version of the
library using the Makefile: ms\nt.mak" from INSTALL.W32 are a little
buried in other text, so I missed that part until looking through it
to answer your (Jeremy) question.  It's all there in INSTALL.W32 -- it
took me a little longer to choose and properly use the appropriate
build environment.

-Jed Mitten-


On Feb 1, 2008 1:21 PM, Jeremy Farrell <[EMAIL PROTECTED]> wrote:
> > From: Jed Mitten
> > Sent: Friday, February 01, 2008 4:00 PM
> >
> > I am trying to statically link into libeay32.lib so that I can
> > distribute my application as a single executable instead of packaging
> > DLLs along with it.  I am not new to programming, but I am new to
> > using libraries in C/C++.  I am also completely new to using OpenSSL
> > in any application.
> >
> > I did some extensive research online (and in this group) to get to
> > where I could actually compile OpenSSL on Win32 and link using Visual
> > C++ Express 9.0, but when I run the application that compiles I get an
> > error that libeay32.dll cannot be found.  Thanks for any help or
> > advice.
>
> Did you follow the instructions in INSTALL.W32 for building the OpenSSL 
> static libraries and using them?
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to