You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/07/06 12:32:30 UTC

[Bug 59809] New: --with-nghttp2=dir looks in .../lib instead of .../lib64

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: bugs@httpd.apache.org
          Reporter: hsk17@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59809] --with-nghttp2=dir looks in .../lib instead of .../lib64

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59809

--- Comment #1 from aayushmanchaudhory@gmail.com ---
Created attachment 36934
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36934&action=edit
Added a check for 64bit linux.

If /modules/http2/config2.m4 is replaced with the patch I attached, the bug
will be fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59809] --with-nghttp2=dir looks in .../lib instead of .../lib64

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59809

Paul Menzel <pm...@molgen.mpg.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmenzel+bz.apache.org@molge
                   |                            |n.mpg.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59809] --with-nghttp2=dir looks in .../lib instead of .../lib64

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59809

Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Keywords|                            |FixedInTrunk,
                   |                            |PatchAvailable

--- Comment #2 from Ruediger Pluem <rp...@apache.org> ---
This is fixed in trunk with r1799341 and in 2.4.x with r1812393 which is
included in 2.4.29 and up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59809] --with-nghttp2=dir looks in .../lib instead of .../lib64

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59809

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36934|1                           |0
           is patch|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org