Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: cannot open input file 'nghttp2.lib' + apache2.4.27 |
|
Author |
|
Anitha
Joined: 25 Sep 2016 Posts: 34 Location: india
|
Posted: Sat 14 Oct '17 21:09 Post subject: cannot open input file 'nghttp2.lib' + apache2.4.27 |
|
|
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: 3092 Location: Hilversum, NL, EU
|
Posted: Mon 16 Oct '17 10:56 Post subject: |
|
|
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
|
Posted: Mon 16 Oct '17 14:02 Post subject: cannot open input file 'nghttp2.lib' + apache2.4.27Hi |
|
|
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 .
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
|
Posted: Mon 16 Oct '17 14:15 Post subject: cannot open input file 'nghttp2.lib' + apache2.4.27 |
|
|
And some more issue i am facing need your help and support to proceed further.
apr_dbm_gdbm.c(2: 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 |
|
|
|
|
|
|