> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] [snip] > Visual C++ 6.0 compiler so I never run buildconf :-(
Well, basically, the configure script has to be re-generated. I don't know how it's to be done without running buildconf. Win32 experts, can you please help ?. > > 2. Verify, after the configure, you should have the -DHAVE_OPENSSL flag set > > to '1' in the ap_config_auto.h > > I searched for this file to change this flag but I cannot find the file, > only a acconfig.h with a > /* Define this if we are building with OpenSSL */ > #undef HAVE_OPENSSL > but changing this flag doesn't help. Oh.. There should be some include/ap*.h file generated at the end of the configure phase. On Unix, it's ap_config_auto.h. I expect the same for Win32 also - is it different ?. > > 3. If not, pl. set "-DHAVE_OPENSSL" in your compile flags, > AND please let me know. > > I tried -DHAVE_OPENSSL as compiler argument in the program > settings with no success. Let me see if there are any other options. (Looking for help from Win32 developers) -Madhu