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: cannot open input file 'nghttp2.lib' + apache2.4.27
Author
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Sat 14 Oct '17 21:09    Post subject: cannot open input file 'nghttp2.lib' + apache2.4.27 Reply with quote

Hi,

Compiling Apache 2.4.27. with nghttp2-1.26.0 package and its present under srclib. nghttp2.lib file also present at C:\httpd_2_4_27\srclib\nghttp2\lib\Debug and C:\httpd_2_4_27\srclib\nghttp2\lib\Release. Still it show s the following error.

fatal error LNK1181: cannot open input file 'nghttp2.lib

Thanks,
Anitha.S
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Mon 16 Oct '17 10:56    Post subject: Reply with quote

The linker is looking in:
...\srclib\nghttp2\lib\MSVC_obj

Create a folder lib\MSVC_obj and copy nghttp2.lib nghttp2.dll to it.
Back to top
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Mon 16 Oct '17 14:02    Post subject: cannot open input file 'nghttp2.lib' + apache2.4.27Hi Reply with quote

Hi Steffen,

Thanks a lot its works and nghttp2.lib error was moved. I found the clue as per your reply and based on that i fixed one more brotlicommon.lib issue from mod_brotli.dsp file Smile.

But now facing the following error .pdb file missing.

copy srclib\nghttp2\lib\MSVC_obj\nghttp2.pdb "\Apache24\bin" <.y
The system cannot find the file specified.
NMAKE : fatal error U1077: 'copy' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\nmake.exe"' : return code '0x2'
Stop.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): error MSB3073: The command "NMAKE /f makefile.win INSTDIR="\Apache24" SHORT=R LONG=Release _install" exited with code 2.


Thanks,
Anitha.S
Back to top
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Mon 16 Oct '17 14:15    Post subject: cannot open input file 'nghttp2.lib' + apache2.4.27 Reply with quote

And some more issue i am facing need your help and support to proceed further.

apr_dbm_gdbm.c(2Cool: fatal error C1083: Cannot open include file: 'gdbm.h': No such file or directory

fcgistarter.c(158): fatal error C1189: #error: "Please implement me."

mod_session_crypto.c(32): fatal error C1189: #error: Crypto support must be enabled in APR

Thanks,
Anitha.S
Back to top


Reply to topic   Topic: cannot open input file 'nghttp2.lib' + apache2.4.27 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads