Re: Visual Studio 2005 and openssl question

2007-06-04 Thread Douglas E. Engert
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

Re: Visual Studio 2005 and openssl question

2007-06-03 Thread gary clark
Ok finally got it to run in standalone. Using an XP machine that does not have VC2005 installed best is the: \Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bootstrapper\Packages\vcredist_x86\vcredist_x86.exe and run that for 2000 machines you will need the Windows Installer 3.0. In addition

Re: Visual Studio 2005 and openssl question

2007-06-02 Thread gary clark
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

Re: Visual Studio 2005 and openssl question

2007-06-02 Thread Alon Bar-Lev
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=1451user=guestpass=guest Best Regards, Alon Bar-Lev. On 6/2/07, gary clark

Re: Visual Studio 2005 and openssl question

2007-06-02 Thread gary clark
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

Re: Visual Studio 2005 and openssl question

2007-06-02 Thread gary clark
Well that didnt fly either. Has anybody built an openssl app using VS2005 and ported it to a XP machine that does not have openssl installed? If they be so kind and shed some light onto this dark area that would be appreciated because I thought this would be easy which it is providing you do

Re: Visual Studio 2005 and openssl question

2007-06-02 Thread Brad House
Well that didnt fly either. Has anybody built an openssl app using VS2005 and ported it to a XP machine that does not have openssl installed? If they be so kind and shed some light onto this dark area that would be appreciated because I thought this would be easy which it is providing you do

Re: Visual Studio 2005 and openssl question

2007-06-02 Thread gary clark
Much appreciated Brad. Is this documented anywhere? I totally agree that this stuff has nothing to do with openssl-dev. I wasnt receiving the right information that helped me solve the problem in openssl-users. The information you have given should be documented at least on the FAQ. I was at a

Visual Studio 2005 and openssl question

2007-06-01 Thread gary clark
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

Re: Visual Studio 2005 and openssl question

2007-06-01 Thread Alon Bar-Lev
You probably need the manifest at the application directory. The dll cannot find its runtime. On 6/2/07, gary clark [EMAIL PROTECTED] 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

Re: Visual Studio 2005 and openssl question

2007-06-01 Thread gary clark
Alon, Could you elaborate further? I check the setting embed manifest to 'Yes' in Visual Studio? Is this valid for this? Much appreciated, Garyc --- Alon Bar-Lev [EMAIL PROTECTED] wrote: You probably need the manifest at the application directory. The dll cannot find its runtime. On

Re: Visual Studio 2005 and openssl question

2007-06-01 Thread Mounir IDRASSI
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: