RE: Getting C runtime library error for running cimserver - pegasus comilaption with WinXP X86
"Archana Patil" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <6D70A609692F8249BCDAD51F062E9AA0130FCF@exchangesrv> |
Hi, Thanks for the reply. Using the visual studio 2005 for the sources compilation. Cimserver.exe.manifest is generated with Pegasus compiled sources under /bin folder. With OpenSSL only ssleay.dll is getting generated but not ssleay32.dll.manifest . Regards, Archana. From: Hwang, Johnny [mailto:[email protected]] Sent: Tuesday, September 13, 2011 3:10 AM To: Archana Patil; [email protected] Cc: [email protected] Subject: RE: Getting C runtime library error for running cimserver - pegasus comilaption with WinXP X86 Check the manifest files ssleay32.dll.manifest and cimserver.exe.manifest. They should be exactly the same. Also, if you are using Visual Studio 2008 SP1, there is a known bug in which the manifest is being compiled wrong, and you have to manually patch them with the SP1 version number (which you can find in C:/Program Files/Microsoft Visual Studio 9.0/VC/redist/…). Patch the manifest with http://msdn.microsoft.com/en-us/library/ms235591%28v=vs.80%29.aspx Hope this helps. From: Archana Patil [mailto:[email protected]] Sent: Sunday, September 11, 2011 10:29 PM To: Hwang, Johnny; [email protected] Cc: [email protected] Subject: RE: Getting C runtime library error for running cimserver - pegasus comilaption with WinXP X86 Hi, OpenSSL is compiled by using windows setup “Win32OpenSSL-0_9_8k.exe”Which will by default release mode and Pegasus is also compiled for release mode. Thanks, Archana. From: Hwang, Johnny [mailto:[email protected]] Sent: Friday, September 09, 2011 9:28 PM To: Archana Patil; [email protected] Cc: [email protected] Subject: RE: Getting C runtime library error for running cimserver - pegasus comilaption with WinXP X86 Check to see how you compile openssl. If you compile pegasus in debug mode, so must you compile openssl in debug mode. There are also many other catches also in compiling openssl. Sent from toilet Archana Patil <[email protected]> wrote: