b***@apache.org
2016-07-06 12:32:30 UTC
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: ***@httpd.apache.org
Reporter: ***@mail.de
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
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: ***@httpd.apache.org
Reporter: ***@mail.de
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: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-***@httpd.apache.org
For additional commands, e-mail: bugs-***@httpd.apache.org