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 | <[email protected]> |
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: Hi Devchandra, Thanks for your reply. Yes Pegasus was built with PEGASUS_HAS_SSL & OPENSSL_HOME . And it's getting compiled without any error. But while running cimserver getting an popup error. Regards, Archana. From: Devchandra L Meetei [mailto:[email protected]] Sent: Friday, September 09, 2011 5:51 PM To: Archana Patil Cc: [email protected] Subject: Re: Getting C runtime library error for running cimserver - pegasus comilaption with WinXP X86 Archana Was pegasus built with the SSL supoort enabled? PEGASUS_HAS_SSL environment variable along with OPENSSL_HOME(Windows) env must be set for pegasus to be built with SSL support. Please read the pegasus/doc/ BuildAndReleasedOptions.html for more information. Warm Regards --Dev On Fri, Sep 9, 2011 at 11:10 AM, Archana Patil <[email protected]> wrote: Hi All, Getting error when trying to run the cimserver.exe with https " Microsoft Visual Studio C runtime library has detected fatal error in cimserver.exe " Pegasus is getting build without any error and also able run the cimserver with http , but when it configured with https port getting the above error. Tried with 3 different peagsus builds 2.9.1/2.10/2.11.0. Build details : Visual Studio 2005 Pegasus 2.9.1/2.10/2.11.0 with OpenSSL 0.9.8k/1 Thanks in advance. Regards, Archana.