RE: Getting C runtime library error for running cimserver - pegasus comilaption with WinXP X86
"Hwang, Johnny" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <79E854EFA4098C4380E7D1A3CEDE7C7302335012@SACMVEXC3-PRD.hq.netapp.com> |
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: