https://bz.apache.org/bugzilla/show_bug.cgi?id=59809

            Bug ID: 59809
           Summary: --with-nghttp2=dir looks in .../lib instead of
                    .../lib64
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: [email protected]
          Reporter: [email protected]

when doing "./configure ... --with-nghttp2=/some/directory ...", 
configure, to find nghttp2's build paramaters, sets PKG_CONFIG_PATH to
/some/directory/lib/pkgconfig, which is wrong for e.g. a 64bit linux system as
this has it's .pc files in .../lib64/pkgconfig (and installs libraries to
.../lib64).  in the end, the generated build files are missing the neccessary 
-L/some/directory/lib64.

modules/http2/config2.m4 should be fixed so not to use unconditionally 
"${ap_nghttp2_base}/lib/pkgconfig/libnghttp2.pc"

btw., same problem is in acinclude.m4 in the code for --with-ssl

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to