Much appreciated. I think I know what I need to do.
Simply build the static libs?

nmake -f ms\nt.mak

This should avoid all the problems I'm seeing with
using dlls on machines without openssl installed.

I will give a crack.

Thanks,
Garyc

--- Alon Bar-Lev <[EMAIL PROTECTED]> wrote:

> Don't use Microsoft compiler :)
> 
> I've submitted a patch for cross compile openssl
> (mingw) it produces
> much less dependencies.
> But it was not accepted yet into any snapshot.
> 
>
http://rt.openssl.org/Ticket/Display.html?id=1451&user=guest&pass=guest
> 
> Best Regards,
> Alon Bar-Lev.
> 
> On 6/2/07, gary clark <[EMAIL PROTECTED]> wrote:
> > Much appreciated Mournir. Is there a way to build
> > openssl static libs without all the dependencies
> of
> > shared libraries. The intent is to build and
> install
> > the package and well I dont want to have to throw
> the
> > kitchen sink into the mix in order to make it
> work.
> >
> > Thanks,
> > Garyc
> >
> > --- Mounir IDRASSI <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi,
> > > Does the Windows XP machine where you have
> troubles
> > > contain the
> > > Microsoft runtime for msvcr80 installed?
> > > Visual Studio 2005 links by default to the
> msvcr80
> > > dll. This dll must be
> > > installed in the target machine using a setup
> that
> > > can be downloaded
> > > using the following link:
> > > http://go.microsoft.com/fwlink/?linkid=65127 .
> > > A more complete description on the deployment
> > > requirements and methods
> > > for application built by VS2005 can be found
> here:
> > >
> >
>
http://msdn2.microsoft.com/en-us/library/ms235291(VS.80).aspx
> > > .
> > > I hope this helps.
> > >
> > > Cheers,
> > > Mounir IDRASSI
> > > IDRIX - Cryptography and IT Security Experts
> > > http://www.idrix.fr
> > >
> > >
> > > gary clark wrote:
> > > > hello,
> > > >
> > > > I know this is probably inappropriate venue
> but I
> > > am
> > > > at a loss on why I cannot run openssl on a XP
> > > windows
> > > > machine which does not have openssl installed.
> > > >
> > > > I have built a client and server on a machine
> > > which
> > > > has had openssl installed and got it to work
> with
> > > > certificates. However when I port the
> executable
> > > code
> > > > to a machine without openssl installed it
> fails.
> > > >
> > > > 1) I port the built libeay32.dll and
> ssleay32.dll
> > > to
> > > > windows32 directory.
> > > >
> > > > 2) I then attempt to run my application and it
> > > fails
> > > > to load the libeay32.dll and ssleay32.dll
> > > libraries.
> > > > I use the command LoadLibrary(L"libeay32.dll")
> is
> > > this
> > > > valid to do?
> > > >
> > > > Why would it fail to load the libraries?
> > > >
> > > >
> > >
> >
>
______________________________________________________________________
> > > OpenSSL Project
> > > http://www.openssl.org
> > > Development Mailing List
> > > [email protected]
> > > Automated List Manager
> > > [EMAIL PROTECTED]
> > >
> >
> >
>
______________________________________________________________________
> > OpenSSL Project                                
> http://www.openssl.org
> > Development Mailing List                      
> [email protected]
> > Automated List Manager                          
> [EMAIL PROTECTED]
> >
>
______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> Development Mailing List                      
> [email protected]
> Automated List Manager                          
> [EMAIL PROTECTED]
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to