logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Apache compilation 2.4.57 with openssl 8.x
Author
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Mon 26 Feb '24 14:56    Post subject: Apache compilation 2.4.57 with openssl 8.x Reply with quote

Hi Team,

We are already using 2.4.57 with openssl 7.x in our project. We are planning to migrate 7.x to 8.x openssl and openssl 8.x compiled properly. At the end of the overall Apache compilation i am getting the following error. Kindly help to complete the Apache compilation.

command used:
cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=D:\Apache24\ -DCMAKE_BUILD_TYPE=Release -DENABLE_MODULES=i -DINSTALL_PDB=OFF
nmake
nmake install

Error:
C:\httpd_2_4_57\os\win32\ap_regkey.c(20): fatal error C1083: Cannot open include file: 'arch/win32/apr_arch_file_io.h': No such file or directory
NMAKE : fatal error U1077: 'C:\CMake323\bin\cmake.exe' : return code '0x2'
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 26 Feb '24 19:08    Post subject: Reply with quote

There is no OpenSSL Version 7 or 8. What you do you mean?

By the way: There is a full batch build script for cmake https://www.apachelounge.com/viewtopic.php?t=8609
Back to top


Reply to topic   Topic: Apache compilation 2.4.57 with openssl 8.x View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads